diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-09-12 17:27:29 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-09-12 17:27:29 +0000 |
commit | e723dc13be1e2e90fcf3ac9b97e8d159572f1d01 (patch) | |
tree | 1a48adaf037586903e58400b7a2778b550d66b56 /.rubocop.yml | |
parent | 467dffa631e91e206f5835cc6d1fdb7bb3b112e0 (diff) | |
download | gitlab-ce-e723dc13be1e2e90fcf3ac9b97e8d159572f1d01.tar.gz |
Decrease Perceived Complexity threshold to 15
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 dc97a61b4a6..dbeb1880d39 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: 17 + Max: 15 # Lint ######################################################################## |