From e3d77cf2a3cefdc0b6781c32ca3b878568a5856b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 4 Jun 2020 22:20:22 +0200 Subject: .golangci.yml: enable godot checker A good one. Lots of fixed comments are contributed by episodic contributors. So it's good to catch these earlier. --- executor/stub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/stub.go b/executor/stub.go index a85683ee3..9b6ab882e 100644 --- a/executor/stub.go +++ b/executor/stub.go @@ -2,6 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. // Just to make cross-compilation tests work, -// otherwise they fail with "no buildable Go source files" +// otherwise they fail with "no buildable Go source files". package executor -- cgit mrf-deployment