Skip to content

Commit f20a4ad

Browse files
committed
Disabling linter due to unknown issue
Signed-off-by: Matt Farina <[email protected]> (cherry picked from commit 227c9cb)
1 parent 563b094 commit f20a4ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/downloader/manager_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ limitations under the License.
1515

1616
package downloader
1717

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
1822
import (
1923
"bytes"
2024
"os"

0 commit comments

Comments
 (0)