mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
3715266209
Summary: Currently, when arc-lint processes lint warnings and errors, it accumulates the warnings into an "unresolvedMessages" array. As soon as it sees an errors, it breaks out of the loop that does the collection and returns, causing individual lint errors messages to not show up in differential. This diff collects all lint warning and error messages into the unresolved array. Test Plan: arc-diff on patch that had lint errors. Verified that, after this change, linte errors messages showed in differential. Reviewed By: epriestley Reviewers: jungejason, epriestley Commenters: jungejason CC: aran, epriestley, jungejason Differential Revision: 543 |
||
---|---|---|
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.