Skip to content

Commit

Permalink
Update golangci-lint to exclude some new linters…
Browse files Browse the repository at this point in the history
… that are coming with golangci-lint 1.62.0.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Nov 12, 2024
1 parent fbaca91 commit d9fbbdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ linters:
- godox
- err113
- gofumpt
- gomnd
- gomoddirectives
- iface
- ireturn
- lll
- mnd
Expand All @@ -98,6 +98,7 @@ linters:
- paralleltest
- prealloc
- predeclared
- recvcheck
- revive
- staticcheck
- stylecheck
Expand Down

0 comments on commit d9fbbdf

Please sign in to comment.