mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-04 20:52:42 +01:00
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 |
||
---|---|---|
.. | ||
__init__.php | ||
ArcanistLintWorkflow.php |