diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 21:06:58 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | 299753f73b6b1ce57e82db1cf51cf25b09d51288 (patch) | |
tree | 2595e7f6abec2c673fda2624cea9070131ff5fdc | |
parent | 7daf3c2297ddb1be1594a0dc056771e68415c90e (diff) |
lint: Turn on nakedret
-rw-r--r-- | .golangci.yml | 1 |
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 |