diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-04-26 10:54:11 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-26 10:54:11 +0000 |
commit | 6a541c7905aaeb8087dc6c13e830be17e0fc0062 (patch) | |
tree | 2cf5e1fdccfc29241278a1d3fbc8d5cabab62786 /.rubocop.yml | |
parent | 04fcf3fabf00b62eb8da91a6ed9fb0fb9561d76a (diff) | |
download | gitlab-ce-6a541c7905aaeb8087dc6c13e830be17e0fc0062.tar.gz |
Decrease ABC threshold to 57.08
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 1625fbec333..e73500be2a9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -543,7 +543,7 @@ Style/Proc: # branches, and conditions. Metrics/AbcSize: Enabled: true - Max: 60 + Max: 57.08 # This cop checks if the length of a block exceeds some maximum value. Metrics/BlockLength: |