summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 17:46:49 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 22:42:08 -0700
commite9a18fd6c383767d95144f3bac725974a333e6da (patch)
treec5e89c74e5321dd25fc81dc9d7b46ececc52e867
parent5439a0fbbbd02fa7e93ded3ffd0703a5cff44f9a (diff)
lint: Turn on errorlint
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 077a82b..7dd7f00 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -25,7 +25,6 @@ linters:
# These are disabled not because I think they're bad, but because
# they currently don't pass, and I haven't evaluated them yet.
- cyclop
- - errorlint
- exhaustive
- exhaustruct
- forcetypeassert