Add nolint comments

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
pull/10294/head
Josh Dolitsky 3 years ago
parent f77f93324d
commit 889c70b729
No known key found for this signature in database
GPG Key ID: B2B93673243A65FB

@ -25,7 +25,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/docker/docker/pkg/term" "github.com/docker/docker/pkg/term" //nolint
"github.com/spf13/cobra" "github.com/spf13/cobra"
"helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/cmd/helm/require"

@ -26,9 +26,9 @@ import (
"strings" "strings"
"github.com/pkg/errors" "github.com/pkg/errors"
"golang.org/x/crypto/openpgp" "golang.org/x/crypto/openpgp" //nolint
"golang.org/x/crypto/openpgp/clearsign" "golang.org/x/crypto/openpgp/clearsign" //nolint
"golang.org/x/crypto/openpgp/packet" "golang.org/x/crypto/openpgp/packet" //nolint
"sigs.k8s.io/yaml" "sigs.k8s.io/yaml"
hapi "helm.sh/helm/v3/pkg/chart" hapi "helm.sh/helm/v3/pkg/chart"

@ -22,7 +22,7 @@ import (
"strings" "strings"
"testing" "testing"
pgperrors "golang.org/x/crypto/openpgp/errors" pgperrors "golang.org/x/crypto/openpgp/errors" //nolint
) )
const ( const (

Loading…
Cancel
Save