Skip to content

Commit 72ff8d4

Browse files
authored
Removing nakedret golint check (#14)
1 parent fcf6a5f commit 72ff8d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ linters:
2222
- maligned
2323
- megacheck
2424
- misspell
25-
- nakedret
2625
- prealloc
2726
- scopelint
2827
- staticcheck
@@ -37,4 +36,4 @@ issues:
3736
exclude-rules:
3837
- linters:
3938
- gosec
40-
text: "G404"
39+
text: "G404"

0 commit comments

Comments
 (0)