diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-04 23:07:55 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-05 12:23:19 +0200 |
| commit | 2b2857bd2191458a131689502224abfe9cdd7a4a (patch) | |
| tree | 1b27643621dc8e8174302291b8dd3e093c307932 /prog/encodingexec_test.go | |
| parent | 2fcb2b5c16e21d2a94741e19bbe7443d88127273 (diff) | |
.golangci.yml: enable funlen checker
Checks for too long functions (based on lines and statements).
Diffstat (limited to 'prog/encodingexec_test.go')
| -rw-r--r-- | prog/encodingexec_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go index 7114ab30f..141cf5dda 100644 --- a/prog/encodingexec_test.go +++ b/prog/encodingexec_test.go @@ -28,6 +28,7 @@ func TestSerializeForExecRandom(t *testing.T) { } } +// nolint: funlen func TestSerializeForExec(t *testing.T) { target := initTargetTest(t, "test", "64") var ( |
