File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ AllCops:
44 - vendor/**/*
55Documentation :
66 Enabled : false
7- ParameterAlignment :
7+ Layout/ ParameterAlignment :
88 Enabled : true
99HashSyntax :
1010 Enabled : true
1111LineLength :
1212 Enabled : false
1313EmptyLinesAroundBlockBody :
1414 Enabled : false
15- Style/IfUnlessModifier :
15+ Style/Encoding :
1616 Enabled : false
1717MethodLength :
1818 Max : 40
1919NumericLiterals :
2020 MinDigits : 10
2121Metrics/BlockLength :
22- Max : 42
22+ Max : 45 # needed for 6.1.1
2323Metrics/CyclomaticComplexity :
2424 Max : 10
2525Metrics/PerceivedComplexity :
@@ -30,3 +30,7 @@ Metrics/AbcSize:
3030# https://github.com/rubocop-hq/rubocop/issues/4222
3131Lint/AmbiguousBlockAssociation :
3232 Enabled : false
33+ Lint/AmbiguousRegexpLiteral :
34+ Enabled : false
35+ Style/NumericPredicate :
36+ Enabled : false
You can’t perform that action at this time.
0 commit comments