Skip to content

Commit ace5b4e

Browse files
committed
chore: add interface any linter
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 1a4f1ae commit ace5b4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.golangci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ formatters:
3737
- standard
3838
- default
3939
- localmodule
40+
gofmt:
41+
simplify: true
42+
rewrite-rules:
43+
- pattern: interface{}
44+
replacement: any
45+
46+
exclusions:
47+
paths:
48+
- internal/

0 commit comments

Comments
 (0)