diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 17:46:49 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | e9a18fd6c383767d95144f3bac725974a333e6da (patch) | |
tree | c5e89c74e5321dd25fc81dc9d7b46ececc52e867 | |
parent | 5439a0fbbbd02fa7e93ded3ffd0703a5cff44f9a (diff) |
lint: Turn on errorlint
-rw-r--r-- | .golangci.yml | 1 |
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 |