aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-02 15:15:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-02 15:27:58 +0000
commit5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 (patch)
tree58f2b79f952a7feaa507eb015eab4a1eb253ab70 /tools
parenta10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff)
all: remove unused nolint directives
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-check/check.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/syz-check/check.go b/tools/syz-check/check.go
index bc57ea462..fbab98976 100644
--- a/tools/syz-check/check.go
+++ b/tools/syz-check/check.go
@@ -755,7 +755,7 @@ type nlaPolicy struct {
_ int32
}
-// nolint
+// nolint:staticcheck
const (
NLA_UNSPEC = iota
NLA_U8
@@ -780,7 +780,7 @@ const (
NLA_MIN_LEN
)
-// nolint
+// nolint:staticcheck
const (
_ = iota
NLA_VALIDATE_RANGE