diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:20:34 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | 1108dce41d99582e9aeb032222407ad38aeca997 (patch) | |
tree | 6a9e9b39e6b6dd15aee7a9aaa4792721afecbe6d | |
parent | a683b7a67ffdfd20836f1421ad269ef13c9355ac (diff) |
lint: Turn on whitespace
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index ac2f540..c27b8d4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -46,7 +46,6 @@ linters: - thelper - unparam - varnamelen - - whitespace - wrapcheck - wsl linters-settings: |