Jelajahi Sumber

Remove httputil lint exceptions

Signed-off-by: Derek McGowan <derek@mcg.dev>
Derek McGowan 1 tahun lalu
induk
melakukan
c84e889a69
1 mengubah file dengan 0 tambahan dan 8 penghapusan
  1. 0 8
      .golangci.yml

+ 0 - 8
.golangci.yml

@@ -113,14 +113,6 @@ issues:
       path: "api/types/(volume|container)/"
       linters:
         - 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)
     - text: "SA1019: (assert|cmp|is)\\.ErrorType is deprecated"
       linters: