summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-10-22 17:12:35 +0000
committerRobert Speicher <robert@gitlab.com>2017-10-22 17:12:35 +0000
commit1833328b309a1c8c9db45804439b50b6c8e3773a (patch)
tree242efe6a1d55eec28377371928bbc4002e671b25 /.rubocop.yml
parentd310a2d0bc2d51724276e46143f51b11fe03e961 (diff)
downloadgitlab-ce-1833328b309a1c8c9db45804439b50b6c8e3773a.tar.gz
Decrease ABC threshold to 54.28
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 a900f2e39f9..c427f219a0d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -624,7 +624,7 @@ Style/PredicateName:
# branches, and conditions.
Metrics/AbcSize:
Enabled: true
- Max: 55.25
+ Max: 54.28
# This cop checks if the length of a block exceeds some maximum value.
Metrics/BlockLength: