diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-04 21:39:24 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-05 12:23:19 +0200 |
| commit | 503fd5b2f7dbac79970770f0fc6754163dce1588 (patch) | |
| tree | 6c32438b11f9013e956d3bdad0e6a23ca8722e8a /pkg/csource | |
| parent | 555756280ed34cb4ad9e18599002976804d0ae38 (diff) | |
.golangci.yml: enable whitespace checker
Points to bad empty lines very precisely.
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/csource_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go index a5b12babf..152c732b8 100644 --- a/pkg/csource/csource_test.go +++ b/pkg/csource/csource_test.go @@ -43,7 +43,6 @@ func TestGenerate(t *testing.T) { t.Parallel() testTarget(t, target, full) }) - } } |
