We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e9f7d commit 7c04987Copy full SHA for 7c04987
1 file changed
staticcheck.conf
@@ -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