aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-04 22:20:22 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-05 12:23:19 +0200
commite3d77cf2a3cefdc0b6781c32ca3b878568a5856b (patch)
treee7f2c32360964e604a8e4804cf9b7a26b18ec35b /executor
parent26ae0a0eddf244d4273f79e4abda158780c4c645 (diff)
.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.
Diffstat (limited to 'executor')
-rw-r--r--executor/stub.go2
1 files changed, 1 insertions, 1 deletions
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