hack: do not exclude SQL-related checks
moby doesn't have SQLs right now.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
(cherry picked from commit 22f19f8243
)
Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
ddae0d6381
commit
7125951236
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ issues:
|
|||
path: "api/types/(volume|container)/"
|
||||
linters:
|
||||
- golint
|
||||
- text: "(G201|G202): SQL string (formatting|concatenation)"
|
||||
linters:
|
||||
- gosec
|
||||
# FIXME: evaluate these and fix where needed: G307: Deferring unsafe method "*os.File" on type "Close" (gosec)
|
||||
- text: "G307: Deferring unsafe method"
|
||||
linters:
|
||||
|
|
Loading…
Reference in a new issue