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

How do code linters that also automatically update the code fit into the pipeline steps? #94

Open
amfred opened this issue Apr 22, 2022 · 1 comment

Comments

@amfred
Copy link
Collaborator

amfred commented Apr 22, 2022

See this comment: #81

@bendory
Copy link
Contributor

bendory commented Aug 25, 2022

My 2c: this is not part of a CICD pipeline but rather part of code maintenance. Such a linter:

  • is deployed as a gatekeeper, preventing merge into the main repo when issues are found, and suggesting (or automating) fixes prior to merge
  • is deployed as an analyzer, automatically creating PRs (and possibly merging them) when issues are identified on existing code in the repo

The first use case is common for code formatting prior to commit or merge.
The second use case is common for dependency management such as updating deprecated APIs to the latest version.

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

No branches or pull requests

2 participants