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

feat(ci): run golangci-lint action #258

Merged
merged 2 commits into from
May 21, 2022

Conversation

ZyanKLee
Copy link
Contributor

golangci-lint is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has integrations with all major IDE and has dozens of linters included.

In this current configuration it will ignore existing issues in pull-requests and only report on new issues introduced in a PR.

When pushing directly to the main branch it will most probably report all the existing issues.

golangci-lint is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has integrations with all major IDE and has dozens of linters included.
@ZyanKLee
Copy link
Contributor Author

If you do not feel like caring about this PR, just leave it be. I'll ask again in a few weeks.

@ZyanKLee ZyanKLee merged commit 882f335 into noisetorch:master May 21, 2022
@ZyanKLee ZyanKLee deleted the feature/add-golangci-lint-action branch May 21, 2022 07:16
@ZyanKLee ZyanKLee added this to the v0.12.0 milestone May 27, 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.

None yet

1 participant