summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2016-11-03 07:22:56 +0100
committerGitHub <noreply@github.com>2016-11-03 07:22:56 +0100
commit7e901cb6c6e87823daaa81e49b82e1873034df8f (patch)
tree8ec5f2cee23c067e0d5c7b67969f2e901bac02d1 /.rubocop.yml
parentdf2ccc5286a5ce134348a0a52fe69c1838ad991a (diff)
parentad96c09ba397e095c68ddf98e09e972a54ec76bc (diff)
Merge pull request #74 from voxpupuli/modulesync
modulesync 0.15.0
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