mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Disabling linter due to unknown issue
Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
parent
ff032beb48
commit
227c9cb6b6
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue