Skip to content

Commit

Permalink
Remove golangci config for ignoring gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Aug 25, 2023
1 parent 71389f6 commit 724f4e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ issues:
- path: "(.+)_test.go"
linters:
- gosec
- path: "internal/config/config.go"
linters:
- gosec
exclude:
- "should have a package comment"

0 comments on commit 724f4e2

Please sign in to comment.