Forráskód Böngészése

hack: do not exclude SQL-related checks

moby doesn't have SQLs right now.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
Kazuyoshi Kato 3 éve
szülő
commit
22f19f8243
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      hack/validate/golangci-lint.yml

+ 0 - 3
hack/validate/golangci-lint.yml

@@ -82,9 +82,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: