File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ linters:
21
21
enabled : false
22
22
23
23
Comment :
24
- enabled : true
24
+ enabled : false
25
25
26
26
DebugStatement :
27
27
enabled : true
@@ -37,7 +37,7 @@ linters:
37
37
style : same_line # or 'new_line'
38
38
39
39
EmptyLineBetweenBlocks :
40
- enabled : true
40
+ enabled : false
41
41
ignore_single_line_blocks : false
42
42
43
43
EmptyRule :
@@ -70,7 +70,7 @@ linters:
70
70
filename_extension : false
71
71
72
72
Indentation :
73
- enabled : true
73
+ enabled : false
74
74
allow_non_nested_indentation : false
75
75
character : space # or 'tab'
76
76
width : 4
@@ -89,7 +89,7 @@ linters:
89
89
convention : hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern
90
90
91
91
NestingDepth :
92
- enabled : true
92
+ enabled : false
93
93
max_depth : 5
94
94
95
95
PlaceholderInExtend :
@@ -130,8 +130,8 @@ linters:
130
130
allow_element_with_id : false
131
131
132
132
SelectorDepth :
133
- enabled : true
134
- max_depth : 4
133
+ enabled : false
134
+ max_depth : 5
135
135
136
136
SelectorFormat :
137
137
enabled : true
@@ -154,7 +154,7 @@ linters:
154
154
155
155
SpaceAfterPropertyColon :
156
156
enabled : true
157
- style : one_space # or 'no_space ', or 'at_least_one_space ', or 'aligned'
157
+ style : at_least_one_space # 'one_space ', or 'no_space ', or 'aligned'
158
158
159
159
SpaceAfterPropertyName :
160
160
enabled : true
You can’t perform that action at this time.
0 commit comments