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
{{ message }}
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
It would be nice to reproduce our traditional linting workflow in CI locally. IE, to lint only the files we're working on. The CI workflow checks the PR and lints the files that have changed; a local command could accept a base branch as argument, ask git to compare and give a list of modified paths, and lint that list of files.
The text was updated successfully, but these errors were encountered:
It would be nice to reproduce our traditional linting workflow in CI locally. IE, to lint only the files we're working on. The CI workflow checks the PR and lints the files that have changed; a local command could accept a base branch as argument, ask git to compare and give a list of modified paths, and lint that list of files.
The text was updated successfully, but these errors were encountered: