Skip to content

Commit d80839c

Browse files
authored
Merge pull request helm#31037 from mattfarina/disable-goimports-2
Disabling linter due to unknown issue
2 parents c48c500 + f20a4ad commit d80839c

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)