Skip to content

Commit 7c04987

Browse files
committed
staticcheck.conf: temporarily disable SA4003
Signed-off-by: Timo Beckers <timo@isovalent.com>
1 parent c1e9f7d commit 7c04987

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)