summaryrefslogtreecommitdiff
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
commit299753f73b6b1ce57e82db1cf51cf25b09d51288 (patch)
tree2595e7f6abec2c673fda2624cea9070131ff5fdc
parent7daf3c2297ddb1be1594a0dc056771e68415c90e (diff)
lint: Turn on nakedret
-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