mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
No description
b2cd182527
Summary: Currently, lint messages are only included if they are errors or if they affect lines which the diff changed. The implementation of this caused issues for non-text files (e.g. binaries), as line change information is not available, and the corresponding lint messages were dropped (for non-errors). In this diff, only lint messages concerning text files are dropped based on this line filtering. Test Plan: arc lint with binary file Reviewers: jungejason, epriestley Reviewed By: epriestley CC: aran, aravindn, andrewjcg, liat, epriestley Differential Revision: 1061 |
||
---|---|---|
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.