Skip to content

Commit c27ff92

Browse files
committed
staticcheck.conf: temporarily disable SA4003
Signed-off-by: Timo Beckers <[email protected]>
1 parent e653f17 commit c27ff92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

staticcheck.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Default configuration from https://staticcheck.dev/docs/configuration with
2+
# SA4003 disabled. Remove when https://github.com/cilium/ebpf/issues/1876 is fixed.
3+
checks = ["all", "-SA9003", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022", "-ST1023", "-SA4003"]

0 commit comments

Comments
 (0)