From 5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 2 Jan 2026 15:15:21 +0100 Subject: all: remove unused nolint directives --- tools/syz-check/check.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 -- cgit mrf-deployment