Skip to content

Commit 9219be9

Browse files
feat: skip new linters
Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
1 parent 039ee2b commit 9219be9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.golangci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ linters:
9191
- err113
9292
- fatcontext
9393
- forbidigo
94+
- embeddedstructfieldcheck
95+
- funcorder
96+
- gosec
97+
- noinlineerr
98+
- staticcheck
99+
- testifylint
100+
- usetesting
101+
- wsl_v5
94102
# all available settings of specific linters
95103
settings:
96104
errcheck:

0 commit comments

Comments
 (0)