From 503fd5b2f7dbac79970770f0fc6754163dce1588 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 4 Jun 2020 21:39:24 +0200 Subject: .golangci.yml: enable whitespace checker Points to bad empty lines very precisely. --- pkg/csource/csource_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/csource/csource_test.go') 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) }) - } } -- cgit mrf-deployment