Skip to content

Commit

Permalink
CI: remove obsolete structcheck rules
Browse files Browse the repository at this point in the history
structcheck was obsoleted a while ago. Remove the obsolete exclude
rules.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
  • Loading branch information
lmb authored and ti-mo committed Oct 11, 2023
1 parent 9f348bc commit 7b4b810
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
---
issues:
exclude-rules:
# syscall param structs will have unused fields in Go code.
- path: syscall.*.go
linters:
- structcheck

linters:
disable-all: true
enable:
Expand Down

0 comments on commit 7b4b810

Please sign in to comment.