Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-10-20 19:21:44 +0300
committerRémy Coutable <remy@rymai.me>2017-10-20 19:21:44 +0300
commit239b274855965ff400a879e5d9086c73c54584ab (patch)
tree0b47264f74de5782820bdfdd9ff3622fb8ff88b2 /.rubocop.yml
parent8c79310e272933bb58cc268bf8090512122538fb (diff)
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 ########################################################################