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 authored and samcrang committed May 31, 2018
1 parent 01f8569 commit 83a90dc
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 83a90dc

Please sign in to comment.