Skip to content

Commit

Permalink
Remove temporary Metrics/BlockLength config from Rubocop config
Browse files Browse the repository at this point in the history
The mentioned PR and the FIXME comment was merged, so we don't need this custom
config anymore.
  • Loading branch information
bandesz committed May 23, 2018
1 parent 1073c2f commit d57e768
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ AllCops:
- 'vendor/**/*'
- 'scripts/vendor/**/*'
TargetRubyVersion: 2.5
Metrics/BlockLength:
# FIXME: Remove when upstream PR is released:
# https://github.com/alphagov/govuk-lint/pull/87
Enabled: true
Exclude:
- "**/spec/**/*"
Performance/HashEachMethods:
Enabled: false
Performance/RegexpMatch:
Expand Down

0 comments on commit d57e768

Please sign in to comment.