summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-08-31 10:51:28 +0300
committerMaxim Rydkin <maks.rydkin@gmail.com>2017-08-31 10:51:28 +0300
commita4f3b03571e2866c92f01d3f026b6d85c409a950 (patch)
treebb6251ba739e35cb08c201e8d80d4350d1a483b8 /.rubocop.yml
parenta0b568463465f5c5e900896844a03989d1088704 (diff)
downloadgitlab-ce-a4f3b03571e2866c92f01d3f026b6d85c409a950.tar.gz
Decrease Metrics/PerceivedComplexity threshold to 17
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 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 ########################################################################