Merge pull request #31037 from mattfarina/disable-goimports-2

Disabling linter due to unknown issue
release-3.18 v3.18.4
Robert Sirchia 3 months ago committed by GitHub
commit d80839cf37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,10 @@ limitations under the License.
package downloader
// Linter failing for unknown reason on assert. This is gofmt'd using goimports. Does not
// happen with newer version of linter.
// TODO: upgrade linter and fix code issues
//nolint:goimports
import (
"bytes"
"os"

Loading…
Cancel
Save