Disabling linter due to unknown issue

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/31036/head
Matt Farina 3 months ago
parent ff032beb48
commit 227c9cb6b6
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -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