summaryrefslogtreecommitdiff
path: root/.golangci.yml
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
commit95c8965e8b897aa69a3fbdea42c79513f55457ad (patch)
tree41da9e3416b8bf5378b253e25db0932d569de5db /.golangci.yml
parent1faafcd3809fe5b452a1a742137ca2cb7336aad6 (diff)
lint: Turn on errorlint
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 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