We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563b094 commit f20a4adCopy full SHA for f20a4ad
pkg/downloader/manager_test.go
@@ -15,6 +15,10 @@ limitations under the License.
15
16
package downloader
17
18
+// Linter failing for unknown reason on assert. This is gofmt'd using goimports. Does not
19
+// happen with newer version of linter.
20
+// TODO: upgrade linter and fix code issues
21
+//nolint:goimports
22
import (
23
"bytes"
24
"os"
0 commit comments