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 --- prog/kfuzztest_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/kfuzztest_test.go') diff --git a/prog/kfuzztest_test.go b/prog/kfuzztest_test.go index 5f1b3d9c4..5c7beaf96 100644 --- a/prog/kfuzztest_test.go +++ b/prog/kfuzztest_test.go @@ -52,7 +52,7 @@ func createPrefix() []byte { return prefix.Bytes() } -//nolint:all +// nolint:dupl,lll func TestMarshallKFuzzTestArg(t *testing.T) { testCases := []testCase{ // This test case validates the encoding of the following structure: -- cgit mrf-deployment