Skip to content

Commit d9fbbdf

Browse files
vdemeestertekton-robot
authored andcommitted
Update golangci-lint to exclude some new linters…
… that are coming with golangci-lint 1.62.0. Signed-off-by: Vincent Demeester <[email protected]>
1 parent fbaca91 commit d9fbbdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ linters:
8787
- godox
8888
- err113
8989
- gofumpt
90-
- gomnd
9190
- gomoddirectives
91+
- iface
9292
- ireturn
9393
- lll
9494
- mnd
@@ -98,6 +98,7 @@ linters:
9898
- paralleltest
9999
- prealloc
100100
- predeclared
101+
- recvcheck
101102
- revive
102103
- staticcheck
103104
- stylecheck

0 commit comments

Comments
 (0)