mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
Remove the depguard from the list of enabled linters
It seems that it flags some imports which are part of the project. Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
1f689968ec
commit
1457921142
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ linters:
|
||||||
enable:
|
enable:
|
||||||
- asciicheck
|
- asciicheck
|
||||||
- bodyclose
|
- bodyclose
|
||||||
- depguard
|
|
||||||
- dogsled
|
- dogsled
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- errcheck
|
- errcheck
|
||||||
|
|
Loading…
Reference in a new issue