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-07-24 13:54:16 +0300
committerRémy Coutable <remy@rymai.me>2017-07-24 13:54:16 +0300
commitfab1b0f1d189094ade6be5c35f03a53eeff99872 (patch)
tree0fd0e43232447b1915227088fe4152753bae93f1 /.rubocop.yml
parent56977be31ad37945863a08169bc72c679a294ea0 (diff)
Decrease ABC threshold to 56.96
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 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: