summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-04-25 17:28:53 +0200
committerSamuel Giddins <segiddins@segiddins.me>2017-04-28 10:10:48 +0200
commite241ff1a378beb10f2db1d6d33ed6f4555230537 (patch)
treee03f4fdde971638190d2aef293c25eae7910f2de
parent28e67dc7e4b9e3a6c67524597f7cd64e12ddbf6d (diff)
downloadbundler-e241ff1a378beb10f2db1d6d33ed6f4555230537.tar.gz
[RuboCop] Disable Metrics/BlockLength
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ded01cbb21..96c9106550 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -122,6 +122,9 @@ Metrics/CyclomaticComplexity:
Metrics/ParameterLists:
Enabled: false
+Metrics/BlockLength:
+ Enabled: false
+
# It will be obvious which code is complex, Rubocop should only lint simple
# rules for us.
Metrics/PerceivedComplexity: