diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-07-24 10:54:16 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-24 10:54:16 +0000 |
commit | fab1b0f1d189094ade6be5c35f03a53eeff99872 (patch) | |
tree | 0fd0e43232447b1915227088fe4152753bae93f1 /.rubocop.yml | |
parent | 56977be31ad37945863a08169bc72c679a294ea0 (diff) | |
download | gitlab-ce-fab1b0f1d189094ade6be5c35f03a53eeff99872.tar.gz |
Decrease ABC threshold to 56.96
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 9785e7626f9..f661a29d9d1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -563,7 +563,7 @@ Style/Proc: # branches, and conditions. Metrics/AbcSize: Enabled: true - Max: 57.08 + Max: 56.96 # This cop checks if the length of a block exceeds some maximum value. Metrics/BlockLength: |