mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 03:56:05 +10:00
Merge branch 'complexity/descrease-abc-size-threshold' into 'master'
Decrease threshold for ABC Size metric in Rubocop To 55. References #3444 See merge request !3598
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@ Style/ZeroLengthPredicate:
|
||||
# branches, and conditions.
|
||||
Metrics/AbcSize:
|
||||
Enabled: true
|
||||
Max: 70
|
||||
Max: 60
|
||||
|
||||
# Avoid excessive block nesting.
|
||||
Metrics/BlockNesting:
|
||||
|
||||
Reference in New Issue
Block a user