Skip to content

Commit 7fbf488

Browse files
authored
chore: Enable gosec G602 rule (#3287)
1 parent eda7049 commit 7fbf488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ linters-settings:
2020
excludes:
2121
# duplicates errcheck
2222
- G104
23-
# performance issue: see https://github.com/golangci/golangci-lint/issues/4039
24-
# and https://github.com/securego/gosec/issues/1007
25-
- G602
2623
# int(os.Stdin.Fd())
2724
- G115
2825
issues:

0 commit comments

Comments
 (0)