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 | 9fc19f6292636c9c62acdea2342bba271dae182e (patch) | |
tree | ca1b4a7d370f5e2f807206078100de380362c0a1 | |
parent | a9bb2f7cfe02aa17d8ddc1dd5c3a0538c3288f4c (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: |