summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-10-20 16:21:44 +0000
committerRémy Coutable <remy@rymai.me>2017-10-20 16:21:44 +0000
commit239b274855965ff400a879e5d9086c73c54584ab (patch)
tree0b47264f74de5782820bdfdd9ff3622fb8ff88b2 /.rubocop.yml
parent8c79310e272933bb58cc268bf8090512122538fb (diff)
downloadgitlab-ce-239b274855965ff400a879e5d9086c73c54584ab.tar.gz
Decrease Perceived Complexity threshold to 14
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 dbeb1880d39..a900f2e39f9 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -665,7 +665,7 @@ Metrics/ParameterLists:
# A complexity metric geared towards measuring complexity for a human reader.
Metrics/PerceivedComplexity:
Enabled: true
- Max: 15
+ Max: 14
# Lint ########################################################################