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:
authorValery Sizov <valery@gitlab.com>2016-04-19 13:00:38 +0300
committerValery Sizov <valery@gitlab.com>2016-04-20 15:07:06 +0300
commit1965ff3eb2def05e17b234b416f9c22633509661 (patch)
tree5b9927a75666f8351064d62b21de775246347661 /.rubocop.yml
parent55380e69fcd070751a26e368da55968fa3f57419 (diff)
Backport select_helper from EE
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 2fda0b03119..83ed6c38678 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -728,7 +728,7 @@ Metrics/ParameterLists:
# A complexity metric geared towards measuring complexity for a human reader.
Metrics/PerceivedComplexity:
Enabled: true
- Max: 17
+ Max: 18
#################### Lint ################################