diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-10-20 16:21:44 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-20 16:21:44 +0000 |
commit | 239b274855965ff400a879e5d9086c73c54584ab (patch) | |
tree | 0b47264f74de5782820bdfdd9ff3622fb8ff88b2 /.rubocop.yml | |
parent | 8c79310e272933bb58cc268bf8090512122538fb (diff) | |
download | gitlab-ce-239b274855965ff400a879e5d9086c73c54584ab.tar.gz |
Decrease Perceived Complexity threshold to 14
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 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 ######################################################################## |