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"
"strings"
"github.com/docker/docker/pkg/term"
"github.com/docker/docker/pkg/term" //nolint
"github.com/spf13/cobra"
"helm.sh/helm/v3/cmd/helm/require"

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

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

Loading…
Cancel
Save