Skip to content

Commit

Permalink
Add gosec linter (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Pastro authored Oct 9, 2023
1 parent 9259d1e commit 0aa84af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ run:
linters:
enable:
- errname
- gofmt
- gci
- gofmt
- gosec
- sqlclosecheck
- stylecheck
- unconvert
Expand Down

0 comments on commit 0aa84af

Please sign in to comment.