diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-08-31 10:24:37 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-08-31 10:24:37 +0000 |
commit | aacc611090c0ae1bdb703e675e9e3283d8609f70 (patch) | |
tree | 6340b98fb602779dab13669afc0f6f2815f91018 /.rubocop.yml | |
parent | 896e5f50317608b274fb0d731745070808a67b39 (diff) | |
parent | a4f3b03571e2866c92f01d3f026b6d85c409a950 (diff) | |
download | gitlab-ce-aacc611090c0ae1bdb703e675e9e3283d8609f70.tar.gz |
Merge branch '31358_decrease_perceived_complexity_threshold_step1' into 'master'
Decrease Metrics/PerceivedComplexity threshold to 17
See merge request !13947
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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 ######################################################################## |