Merge pull request #31036 from mattfarina/disable-goimports

Disabling linter due to unknown issue
pull/31043/head
Robert Sirchia 3 months ago committed by GitHub
commit 67d53662c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,10 @@ limitations under the License.
package downloader 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 ( import (
"bytes" "bytes"
"os" "os"

Loading…
Cancel
Save