Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Make make lint faster #1774

Merged
merged 2 commits into from
Mar 28, 2022
Merged

build: Make make lint faster #1774

merged 2 commits into from
Mar 28, 2022

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Mar 28, 2022

Signed-off-by: Alex Collins [email protected]

Checklist:

Signed-off-by: Alex Collins <[email protected]>
@alexec alexec enabled auto-merge (squash) March 28, 2022 15:56
@@ -8,16 +8,12 @@ jobs:
golangci:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from workflows, the action has it's own cache

@@ -139,12 +139,12 @@ start: image
kubectl -n argo-events wait --for=condition=Ready --timeout 60s pod --all

$(GOPATH)/bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.44.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use latest

@@ -29,4 +28,3 @@ linters:
- unused
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt like there were a lot of linters, but lets see how it works

Signed-off-by: Alex Collins <[email protected]>
@alexec alexec merged commit 16a449f into master Mar 28, 2022
@alexec alexec deleted the lint branch March 28, 2022 17:37
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Mar 29, 2022
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants