summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 23:21:49 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commit676d6be02292900c2ba47f5c1a95b42ab81a7b93 (patch)
tree52f43477c7e6c1410d1bfb5215687be134e22327 /.golangci.yml
parentec8f03e1f557a0e24380ab4763d937a22e9d4a1c (diff)
.golangci.yml: Turn on 'dupword', fix
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 73a16ca..765176c 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -45,7 +45,6 @@ linters:
# These are disabled not because I think they're bad, but because
# they currently don't pass, and I haven't really evaluated them
# yet.
- - dupword
- errorlint
- exhaustive
- exhaustruct