diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-10-22 17:12:35 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-10-22 17:12:35 +0000 |
commit | 1833328b309a1c8c9db45804439b50b6c8e3773a (patch) | |
tree | 242efe6a1d55eec28377371928bbc4002e671b25 /.rubocop.yml | |
parent | d310a2d0bc2d51724276e46143f51b11fe03e961 (diff) | |
download | gitlab-ce-1833328b309a1c8c9db45804439b50b6c8e3773a.tar.gz |
Decrease ABC threshold to 54.28
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 a900f2e39f9..c427f219a0d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -624,7 +624,7 @@ Style/PredicateName: # branches, and conditions. Metrics/AbcSize: Enabled: true - Max: 55.25 + Max: 54.28 # This cop checks if the length of a block exceeds some maximum value. Metrics/BlockLength: |