Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Jul 8, 2024
1 parent 8046ec3 commit c5961c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 178 deletions.
2 changes: 1 addition & 1 deletion cmd/argocd-commit-server/commands/argocd_commit_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package commands

import (
"fmt"
"github.com/argoproj/argo-cd/v2/reposerver/askpass"
"net"

"github.com/spf13/cobra"

cmdutil "github.com/argoproj/argo-cd/v2/cmd/util"
"github.com/argoproj/argo-cd/v2/commitserver"
"github.com/argoproj/argo-cd/v2/common"
"github.com/argoproj/argo-cd/v2/reposerver/askpass"
"github.com/argoproj/argo-cd/v2/util/cli"
"github.com/argoproj/argo-cd/v2/util/env"
"github.com/argoproj/argo-cd/v2/util/errors"
Expand Down
2 changes: 1 addition & 1 deletion commitserver/commit/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package commit
import (
"context"
"fmt"
"github.com/argoproj/argo-cd/v2/util/git"
"os"
"path"

Expand All @@ -14,6 +13,7 @@ import (
"github.com/argoproj/argo-cd/v2/applicationset/services/github_app_auth"
"github.com/argoproj/argo-cd/v2/commitserver/apiclient"
"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
"github.com/argoproj/argo-cd/v2/util/git"
)

type Service struct {
Expand Down
174 changes: 0 additions & 174 deletions commitserver/commit/githelper.go

This file was deleted.

3 changes: 2 additions & 1 deletion commitserver/server.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package commitserver

import (
"github.com/argoproj/argo-cd/v2/util/git"
"google.golang.org/grpc"

"github.com/argoproj/argo-cd/v2/util/git"

"github.com/argoproj/argo-cd/v2/commitserver/apiclient"
"github.com/argoproj/argo-cd/v2/commitserver/commit"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
HealthStatusIcon,
OperationState,
syncStatusMessage,
getAppDefaultSyncRevision,
getAppDefaultSyncRevision
} from '../utils';
import {RevisionMetadataPanel} from './revision-metadata-panel';
import * as utils from '../utils';
Expand Down

0 comments on commit c5961c9

Please sign in to comment.