File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,27 @@ GitHub/RailsViewRenderShorthand:
34
34
35
35
Layout/BlockAlignment :
36
36
Exclude :
37
- - app/views/ **/*.erb
37
+ - " **/*.erb"
38
38
39
39
Layout/IndentationWidth :
40
40
Exclude :
41
- - app/views/ **/*.erb
41
+ - " **/*.erb"
42
42
43
43
Layout/InitialIndentation :
44
44
Exclude :
45
- - app/views/ **/*.erb
45
+ - " **/*.erb"
46
46
47
47
Layout/SpaceInsideParens :
48
48
Exclude :
49
- - app/views/ **/*.erb
49
+ - " **/*.erb"
50
50
51
51
Layout/TrailingEmptyLines :
52
52
Exclude :
53
- - app/views/ **/*.erb
53
+ - " **/*.erb"
54
54
55
55
Layout/TrailingWhitespace :
56
56
Exclude :
57
- - app/views/ **/*.erb
57
+ - " **/*.erb"
58
58
59
59
Lint/UselessAccessModifier :
60
60
ContextCreatingMethods :
@@ -399,16 +399,16 @@ Rails/WhereNot:
399
399
400
400
Style/For :
401
401
Exclude :
402
- - app/views/ **/*.erb
402
+ - " **/*.erb"
403
403
404
404
Style/OneLineConditional :
405
405
Exclude :
406
- - app/views/ **/*.erb
406
+ - " **/*.erb"
407
407
408
408
Style/Semicolon :
409
409
Exclude :
410
- - app/views/ **/*.erb
410
+ - " **/*.erb"
411
411
412
412
Style/StringLiterals :
413
413
Exclude :
414
- - app/views/ **/*.erb
414
+ - " **/*.erb"
You can’t perform that action at this time.
0 commit comments