Skip to content

Commit

Permalink
Cleanup and try to use make file config
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed May 30, 2024
1 parent 29e72b0 commit a9ab829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
go-version: 1.21
- uses: actions/checkout@v4
- run: go generate $(go list ./internal/pkg/mocks/...)
- run: make get-deps
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions internal/pkg/mocks/mocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ package mocks

// This package contains generated mocks

// mockgen -package=mocks -destination authenticator.go k8s.io/apiserver/pkg/authentication/authenticator Token
// mockgen -source=../../../vendor/github.com/argoproj/argo-cd/v2/pkg/apiclient/application/application.pb.go -destination=mock_argocd_application.go -package=mocks
//go:generate go run github.com/golang/mock/[email protected] -destination=argocd_application.go -package=mocks github.com/argoproj/argo-cd/v2/pkg/apiclient/application ApplicationServiceClient

0 comments on commit a9ab829

Please sign in to comment.