File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ AllCops:
17
17
- ' lib/puppet/vendor/**/*'
18
18
- ' lib/puppet/pops/parser/eparser.rb'
19
19
20
- # This cop would completely reformat defaults , so we skip it for now .
21
- Layout/ArgumentAlignment :
20
+ # The formatting of defaults is unusual , so let's skip layout cops .
21
+ Layout :
22
22
Exclude :
23
23
- ' lib/puppet/defaults.rb'
24
24
@@ -33,11 +33,6 @@ Layout/ElseAlignment:
33
33
Exclude :
34
34
- ' lib/puppet/provider/package/*.rb'
35
35
36
- # Formatting in defaults is unusual
37
- Layout/FirstArgumentIndentation :
38
- Exclude :
39
- - ' lib/puppet/defaults.rb'
40
-
41
36
# puppet uses symbol booleans in types and providers to work around long standing
42
37
# bugs when trying to manage falsey pararameters and properties
43
38
Lint/BooleanSymbol :
You can’t perform that action at this time.
0 commit comments