Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-04-26 13:54:11 +0300
committerRémy Coutable <remy@rymai.me>2017-04-26 13:54:11 +0300
commit6a541c7905aaeb8087dc6c13e830be17e0fc0062 (patch)
tree2cf5e1fdccfc29241278a1d3fbc8d5cabab62786 /.rubocop.yml
parent04fcf3fabf00b62eb8da91a6ed9fb0fb9561d76a (diff)
Decrease ABC threshold to 57.08
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
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: