summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 23:36:55 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commit690b0cbb2a220ef4179a0f9f34725328fb8c73f8 (patch)
tree31ecd27ad55cebc5a5e440dff4ddb36834d6aa94 /.golangci.yml
parentb0b7c75e9e2ee8c80a82a04562a1a7c7d117ae0e (diff)
.golangci.yml: Turn on 'godot', fix
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 6291572..cc094f1 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -51,7 +51,6 @@ linters:
- forcetypeassert
- gochecknoglobals
- gochecknoinits
- - godot
- gomnd
- ireturn
- lll
@@ -85,6 +84,7 @@ issues:
- path: "borrowed_.*_test\\.go"
linters:
- errcheck
+ - godot
- gofumpt
- gosec
- path: "borrowed_.*_test\\.go"