Skip to content

Commit 883c63b

Browse files
authored
fix: use-any from revive (#8810)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 3ab459e commit 883c63b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.golangci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ linters:
141141
exclusions:
142142
generated: lax
143143
paths:
144-
- "examples/*"
145144
- "pkg/iac/scanners/terraform/parser/funcs" # copies of Terraform functions
146145
rules:
147146
- path: ".*_test.go$"
@@ -165,9 +164,6 @@ linters:
165164
linters:
166165
- gocritic
167166
text: "importShadow:"
168-
- linters:
169-
- perfsprint
170-
text: "fmt.Sprint"
171167
- linters:
172168
- goconst
173169
text: "string `each` has 3 occurrences, make it a constant" # FIXME
@@ -189,9 +185,6 @@ formatters:
189185

190186
exclusions:
191187
generated: lax
192-
paths:
193-
- examples/*
194-
- pkg/iac/scanners/terraform/parser/funcs # copies of Terraform functions
195188

196189
settings:
197190
gci:
@@ -203,8 +196,5 @@ formatters:
203196
- dot
204197
gofmt:
205198
simplify: false
206-
rewrite-rules:
207-
- pattern: interface{}
208-
replacement: any
209199

210200
version: "2"

0 commit comments

Comments
 (0)