diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 21:08:27 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | c420890e50f19902007966da4b50e658ec7f42ab (patch) | |
tree | 49936c2f46dde8ba3f1b6e4da25dab117ac2109a /.golangci.yml | |
parent | 299753f73b6b1ce57e82db1cf51cf25b09d51288 (diff) |
lint: Turn on nilerr
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 51e5ac1..5e31143 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,6 @@ linters: - lll - maintidx - nestif - - nilerr - nlreturn - nonamedreturns - paralleltest |