diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 21:05:11 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | 7daf3c2297ddb1be1594a0dc056771e68415c90e (patch) | |
tree | a2fcf36cb6d64d1c4e89fc2bc52393d9ee85aa02 /.golangci.yml | |
parent | 85e33c8d23cbeca0069efc9284784eed6b532c0e (diff) |
lint: Turn on misspell
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 532e8c3..6bb4664 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -38,7 +38,6 @@ linters: - ireturn - lll - maintidx - - misspell - nakedret - nestif - nilerr |