aboutsummaryrefslogtreecommitdiffstats
path: root/prog
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 /prog
parenta10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff)
all: remove unused nolint directives
Diffstat (limited to 'prog')
-rw-r--r--prog/encodingexec_test.go1
-rw-r--r--prog/kfuzztest_test.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go
index 8687ddb69..85a7539ca 100644
--- a/prog/encodingexec_test.go
+++ b/prog/encodingexec_test.go
@@ -48,7 +48,6 @@ func TestSerializeForExecRandom(t *testing.T) {
}
}
-// nolint: funlen
func TestSerializeForExec(t *testing.T) {
target := initTargetTest(t, "test", "64")
var (
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: