Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants