1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-21 20:21:44 +01:00
phorge-arcanist/src/workflow/lint
Edward Speyer 8f76800efc Make lint output look like a compiler
Summary:
Make lint output look like gcc errors / grep output; a format used by
editors to jump from a compiler error to a file+line of code which
triggered the error.

Test Plan:
In vim, I ran:

  :set makeprg=~/checkouts/devtools/arcanist/bin/arc\ lint\ --output\ compiler

Then:

  :make

And was able to jump directly to problematic lines of code.

Reviewers: jungejason

Reviewed By: jungejason

CC: aran, edwardspeyer, jungejason, codeblock, tuomaspelkonen, epriestley

Differential Revision: https://secure.phabricator.com/D550
2012-03-09 11:20:08 -08:00
..
__init__.php Unify arguments for 'arc lint', 'arc unit' 2012-01-10 10:42:22 -08:00
ArcanistLintWorkflow.php Make lint output look like a compiler 2012-03-09 11:20:08 -08:00