Browse Source

Fix wrong documentation link (#24924)

lets-bump-hometown-to-mastodon-4.2
eggplants 3 years ago committed by GitHub
parent
commit
af7bf59b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .rubocop.yml

2
.rubocop.yml

@ -157,7 +157,7 @@ Metrics/MethodLength:
- 'lib/mastodon/*_cli.rb'
# Reason:
# https://docs.rubocop.org/rubocop/cops_style.html#stylerescuestandarderror
# https://docs.rubocop.org/rubocop/cops_metrics.html#metricsmodulelength
Metrics/ModuleLength:
CountAsOne: [array, heredoc]

Loading…
Cancel
Save