diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-04 22:20:22 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-05 12:23:19 +0200 |
| commit | e3d77cf2a3cefdc0b6781c32ca3b878568a5856b (patch) | |
| tree | e7f2c32360964e604a8e4804cf9b7a26b18ec35b /pkg/symbolizer | |
| parent | 26ae0a0eddf244d4273f79e4abda158780c4c645 (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 'pkg/symbolizer')
| -rw-r--r-- | pkg/symbolizer/symbolizer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/symbolizer/symbolizer.go b/pkg/symbolizer/symbolizer.go index f6c6dbe78..f1f8478e9 100644 --- a/pkg/symbolizer/symbolizer.go +++ b/pkg/symbolizer/symbolizer.go @@ -1,7 +1,7 @@ // Copyright 2016 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -// TODO: strip " (discriminator N)", "constprop", "isra" from function names +// TODO: strip " (discriminator N)", "constprop", "isra" from function names. package symbolizer |
