File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ linters:
141
141
exclusions :
142
142
generated : lax
143
143
paths :
144
- - " examples/*"
145
144
- " pkg/iac/scanners/terraform/parser/funcs" # copies of Terraform functions
146
145
rules :
147
146
- path : " .*_test.go$"
@@ -165,9 +164,6 @@ linters:
165
164
linters :
166
165
- gocritic
167
166
text : " importShadow:"
168
- - linters :
169
- - perfsprint
170
- text : " fmt.Sprint"
171
167
- linters :
172
168
- goconst
173
169
text : " string `each` has 3 occurrences, make it a constant" # FIXME
@@ -189,9 +185,6 @@ formatters:
189
185
190
186
exclusions :
191
187
generated : lax
192
- paths :
193
- - examples/*
194
- - pkg/iac/scanners/terraform/parser/funcs # copies of Terraform functions
195
188
196
189
settings :
197
190
gci :
@@ -203,8 +196,5 @@ formatters:
203
196
- dot
204
197
gofmt :
205
198
simplify : false
206
- rewrite-rules :
207
- - pattern : interface{}
208
- replacement : any
209
199
210
200
version : " 2"
You can’t perform that action at this time.
0 commit comments