summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 21:06:58 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 22:42:08 -0700
commitaae87dd8eb47a8cb503fcdd896b6ee024fc5c805 (patch)
treea429caa95715e15479583497a8afa2ea3f01f86d /.golangci.yml
parent41432b868e09e199fa1ee7e9aa7bb45bdccb8dde (diff)
lint: Turn on nakedret
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 6bb4664..51e5ac1 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -38,7 +38,6 @@ linters:
- ireturn
- lll
- maintidx
- - nakedret
- nestif
- nilerr
- nlreturn