Bladeren bron

Remove httputil lint exceptions

Signed-off-by: Derek McGowan <derek@mcg.dev>
Derek McGowan 1 jaar geleden
bovenliggende
commit
c84e889a69
1 gewijzigde bestanden met toevoegingen van 0 en 8 verwijderingen
  1. 0 8
      .golangci.yml

+ 0 - 8
.golangci.yml

@@ -113,14 +113,6 @@ issues:
       path: "api/types/(volume|container)/"
       path: "api/types/(volume|container)/"
       linters:
       linters:
         - revive
         - revive
-    # FIXME temporarily suppress these. See #39926
-    - text: "SA1019: httputil.NewClientConn"
-      linters:
-        - staticcheck
-    # FIXME temporarily suppress these (related to the ones above)
-    - text: "SA1019: httputil.ErrPersistEOF"
-      linters:
-        - staticcheck
     # FIXME temporarily suppress these (see https://github.com/gotestyourself/gotest.tools/issues/272)
     # FIXME temporarily suppress these (see https://github.com/gotestyourself/gotest.tools/issues/272)
     - text: "SA1019: (assert|cmp|is)\\.ErrorType is deprecated"
     - text: "SA1019: (assert|cmp|is)\\.ErrorType is deprecated"
       linters:
       linters: