Skip to content

Commit 434a55a

Browse files
committed
Disable abandoned/archived linters
This reduces the warnings printed when running `make lint`
1 parent a6ea3e2 commit 434a55a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ linters:
3535
- maintidx
3636
- nosnakecase
3737
- testpackage # it's better to keep tests in the same package for now because kustomize does open box testing
38+
- structcheck # abandoned by author
39+
- varcheck # abandoned by author
40+
- maligned # abandoned by author
41+
- interfacer # archived by author
3842

3943
linters-settings:
4044
dupl:

0 commit comments

Comments
 (0)