Skip to content

Commit 0aa84af

Browse files
author
Craig Pastro
authored
Add gosec linter (#25)
1 parent 9259d1e commit 0aa84af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ run:
55
linters:
66
enable:
77
- errname
8-
- gofmt
98
- gci
9+
- gofmt
10+
- gosec
1011
- sqlclosecheck
1112
- stylecheck
1213
- unconvert

0 commit comments

Comments
 (0)