This currently output like this:
file_a: file_b: file_c: Warning on line 29: blah blah
This isn't especially useful and can't be piped to other tools. Instead, emit output like:
file_c:29:Warning: blah blah
This is greppable / pipeable.
Differential D7788
Improve `arc lint --output summary` epriestley on Dec 18 2013, 7:36 PM. Authored by Tags None Referenced Files
Subscribers
Details
This currently output like this: file_a: file_b: file_c: Warning on line 29: blah blah This isn't especially useful and can't be piped to other tools. Instead, emit output like: file_c:29:Warning: blah blah This is greppable / pipeable. Ran arc lint --output summary.
Diff Detail
|