mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Disable staticcheck SA1019 rule
Change-Id: Ia9db0083f5ffb34d911b5ca491ef0ce23be979f8 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
a1b2ab80af
commit
a39ec5a16b
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ linters-settings:
|
||||||
- standard
|
- standard
|
||||||
- default
|
- default
|
||||||
- prefix(github.com/securego)
|
- prefix(github.com/securego)
|
||||||
|
staticcheck:
|
||||||
|
checks:
|
||||||
|
- all
|
||||||
|
- '-SA1019'
|
||||||
|
|
||||||
revive:
|
revive:
|
||||||
rules:
|
rules:
|
||||||
- name: dot-imports
|
- name: dot-imports
|
||||||
|
|
Loading…
Reference in a new issue