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 /.golangci.yml | |
| 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 '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 9a1ffcd3d..1b042eb4c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -37,6 +37,7 @@ linters: - whitespace - nestif - goprintffuncname + - godot disable: - bodyclose - depguard @@ -75,6 +76,8 @@ linters-settings: min-occurrences: 4 nestif: min-complexity: 12 + godot: + check-all: true issues: exclude-use-default: false |
