From d57e7685edc0250cf77998a772d184bbddd7e2c3 Mon Sep 17 00:00:00 2001 From: bandesz Date: Wed, 23 May 2018 13:33:38 +0100 Subject: [PATCH] Remove temporary Metrics/BlockLength config from Rubocop config The mentioned PR and the FIXME comment was merged, so we don't need this custom config anymore. --- .rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1e87cf4ea..eb1b2b8d4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: