forked from mirror/gin
Add gosec (#2882)
This commit is contained in:
parent
d6534ccf38
commit
f469c1be39
|
@ -12,6 +12,7 @@ linters:
|
|||
- gci
|
||||
- gofmt
|
||||
- goimports
|
||||
- gosec
|
||||
- misspell
|
||||
- nakedret
|
||||
- nilerr
|
||||
|
@ -33,3 +34,6 @@ issues:
|
|||
- linters:
|
||||
- revive
|
||||
text: "exported:"
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- gosec # security is not make sense in tests
|
||||
|
|
Loading…
Reference in New Issue