diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:19:15 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | a9bb2f7cfe02aa17d8ddc1dd5c3a0538c3288f4c (patch) | |
tree | c4a8467e33ab42cd9d7f0f06d22d8adddb385766 | |
parent | 98788ec5d60a7bf6552d49bf9cde74dcc7ba5284 (diff) |
lint: Turn on unconvert
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index daa8d8c..ac2f540 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -44,7 +44,6 @@ linters: - revive - testpackage - thelper - - unconvert - unparam - varnamelen - whitespace |