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

GolangCI Lint runs for all targets #588

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

joaoeinride
Copy link
Contributor

Before this PR Sage Golangci-Lint would run for all sub folders where a go.mod is found and terminate when the first command returns an errors, could be a lint issue or some other error.
After Golangci-Lint will run for all sub folders and will run for all projects and join all errors together.

@joaoeinride joaoeinride requested a review from a team as a code owner September 19, 2024 11:31
@joaoeinride joaoeinride force-pushed the feat/golangci-lint-dont-fail-fast branch from 7df4c3b to c57127e Compare September 19, 2024 11:34
@joaoeinride joaoeinride merged commit f36ba84 into master Sep 19, 2024
3 checks passed
@joaoeinride joaoeinride deleted the feat/golangci-lint-dont-fail-fast branch September 19, 2024 11:44
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