File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ AllCops:
44 Exclude :
55 - " vendor/**/*"
66
7+ Layout/MultilineMethodCallIndentation :
8+ EnforcedStyle : indented
9+ Layout/SpaceInsideBlockBraces :
10+ EnforcedStyle : space
11+ SpaceBeforeBlockParameters : false
712Lint/UnderscorePrefixedVariableName :
813 Enabled : false
914Lint/UnusedMethodArgument :
@@ -19,6 +24,9 @@ Metrics/ParameterLists:
1924Metrics/MethodLength :
2025 Max : 30
2126
27+ Naming/FileName :
28+ Enabled : false
29+
2230Style/AsciiComments :
2331 Enabled : false
2432Style/HashSyntax :
@@ -29,25 +37,20 @@ Style/FrozenStringLiteralComment:
2937 Enabled : false
3038Style/StringLiterals :
3139 EnforcedStyle : double_quotes
32- Style/TrailingCommaInLiteral :
40+ Style/TrailingCommaInArrayLiteral :
3341 Enabled : false
34- Style/TrailingCommaInArguments :
42+ Style/TrailingCommaInHashLiteral :
3543 Enabled : false
36- Style/FileName :
44+ Style/TrailingCommaInArguments :
3745 Enabled : false
3846Style/Documentation :
3947 Enabled : false
4048Style/WordArray :
4149 Enabled : false
4250Style/BarePercentLiterals :
4351 EnforcedStyle : percent_q
44- Style/SpaceInsideBlockBraces :
45- EnforcedStyle : space
46- SpaceBeforeBlockParameters : false
4752Style/BracesAroundHashParameters :
4853 Enabled : false
49- Style/MultilineMethodCallIndentation :
50- EnforcedStyle : indented
5154Style/DoubleNegation :
5255 Enabled : false
5356Style/EmptyCaseCondition :
You can’t perform that action at this time.
0 commit comments