summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index e1e0276..f703c72 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -57,7 +57,7 @@ Style/AndOr:
Style/RedundantSelf:
Enabled: True
-Metric/BlockLength:
+Metrics/BlockLength:
Enabled: False
# Method length is not necessarily an indicator of code quality