Skip to content

Commit 22ce9c0

Browse files
authored
Merge pull request #5620 from karlkfi/karl-fix-lint
Disable abandoned/archived linters
2 parents a6ea3e2 + 434a55a commit 22ce9c0

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)