You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See this comment: #81
The text was updated successfully, but these errors were encountered: