mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
952fa69f72
Summary: Update the lint workflow to exit immediately it there is no lint engine configured. Previously it scanned the repository to find the paths to check before failing in this case. Scanning the repository can be relatively slow on large repositories. Test Plan: Ran "arc lint" in a large repository with no lint engine configured. Verified that it failed quickly, without scanning the repository first. Reviewed By: jungejason Reviewers: jungejason, epriestley CC: aran, jungejason Differential Revision: 297 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.