summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-08-31 10:24:37 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-08-31 10:24:37 +0000
commitaacc611090c0ae1bdb703e675e9e3283d8609f70 (patch)
tree6340b98fb602779dab13669afc0f6f2815f91018
parent896e5f50317608b274fb0d731745070808a67b39 (diff)
parenta4f3b03571e2866c92f01d3f026b6d85c409a950 (diff)
downloadgitlab-ce-aacc611090c0ae1bdb703e675e9e3283d8609f70.tar.gz
Merge branch '31358_decrease_perceived_complexity_threshold_step1' into 'master'
Decrease Metrics/PerceivedComplexity threshold to 17 See merge request !13947
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3edd1643d48..0c7928f2ef5 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: 18
+ Max: 17
# Lint ########################################################################