Skip to content

Commit 7b4b810

Browse files
lmbti-mo
authored andcommitted
CI: remove obsolete structcheck rules
structcheck was obsoleted a while ago. Remove the obsolete exclude rules. Signed-off-by: Lorenz Bauer <[email protected]>
1 parent 9f348bc commit 7b4b810

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.golangci.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
---
2-
issues:
3-
exclude-rules:
4-
# syscall param structs will have unused fields in Go code.
5-
- path: syscall.*.go
6-
linters:
7-
- structcheck
8-
92
linters:
103
disable-all: true
114
enable:

0 commit comments

Comments
 (0)