Skip to content

Commit

Permalink
chore(lint): run task format
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Oct 14, 2022
1 parent b47c49d commit 44c87cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cmd/werf/docs/replacers/helm/helm.go
Expand Up @@ -2,8 +2,9 @@ package helm

import (
"github.com/spf13/cobra"
"github.com/werf/werf/cmd/werf/common"
"helm.sh/helm/v3/pkg/action"

"github.com/werf/werf/cmd/werf/common"
)

func ReplaceHelmCreateDocs(cmd *cobra.Command) *cobra.Command {
Expand Down
1 change: 1 addition & 0 deletions cmd/werf/docs/replacers/helm/helm_docs.go
Expand Up @@ -33,6 +33,7 @@ func GetHelmEnvDocs() structs.DocsStruct {

return docs
}

func GetHelmHistoryDocs() structs.DocsStruct {
var docs structs.DocsStruct

Expand Down
2 changes: 1 addition & 1 deletion cmd/werf/helm/helm.go
Expand Up @@ -3,7 +3,6 @@ package helm
import (
"context"
"fmt"
helm2 "github.com/werf/werf/cmd/werf/docs/replacers/helm"
"os"
"time"

Expand All @@ -15,6 +14,7 @@ import (

"github.com/werf/kubedog/pkg/kube"
"github.com/werf/werf/cmd/werf/common"
helm2 "github.com/werf/werf/cmd/werf/docs/replacers/helm"
helm_secret_decrypt "github.com/werf/werf/cmd/werf/helm/secret/decrypt"
helm_secret_encrypt "github.com/werf/werf/cmd/werf/helm/secret/encrypt"
helm_secret_file_decrypt "github.com/werf/werf/cmd/werf/helm/secret/file/decrypt"
Expand Down
2 changes: 1 addition & 1 deletion cmd/werf/helm/install.go
Expand Up @@ -2,14 +2,14 @@ package helm

import (
"fmt"
helm2 "github.com/werf/werf/cmd/werf/docs/replacers/helm"
"os"

"github.com/spf13/cobra"
helm_v3 "helm.sh/helm/v3/cmd/helm"
"helm.sh/helm/v3/pkg/action"

"github.com/werf/werf/cmd/werf/common"
helm2 "github.com/werf/werf/cmd/werf/docs/replacers/helm"
"github.com/werf/werf/pkg/deploy/helm"
"github.com/werf/werf/pkg/deploy/helm/chart_extender"
"github.com/werf/werf/pkg/deploy/helm/command_helpers"
Expand Down
2 changes: 1 addition & 1 deletion cmd/werf/helm/lint.go
Expand Up @@ -2,14 +2,14 @@ package helm

import (
"fmt"
"github.com/werf/werf/cmd/werf/docs/replacers/helm"
"os"

"github.com/spf13/cobra"
helm_v3 "helm.sh/helm/v3/cmd/helm"
"helm.sh/helm/v3/pkg/action"

"github.com/werf/werf/cmd/werf/common"
"github.com/werf/werf/cmd/werf/docs/replacers/helm"
"github.com/werf/werf/pkg/deploy/helm/chart_extender"
"github.com/werf/werf/pkg/deploy/helm/chart_extender/helpers"
)
Expand Down

0 comments on commit 44c87cc

Please sign in to comment.