Page MenuHomePhabricator

Improve `arc lint --output summary`
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:36 PM.
Tags
None
Referenced Files
F15399771: D7788.id17618.diff
Mon, Mar 17, 7:33 AM
F15368521: D7788.id17630.diff
Wed, Mar 12, 2:37 AM
F15324883: D7788.id17630.diff
Fri, Mar 7, 2:01 AM
Unknown Object (File)
Feb 16 2025, 11:09 PM
Unknown Object (File)
Feb 3 2025, 9:21 AM
Unknown Object (File)
Feb 3 2025, 9:04 AM
Unknown Object (File)
Feb 2 2025, 2:58 AM
Unknown Object (File)
Jan 30 2025, 8:48 PM
Subscribers

Details

Summary

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.

Test Plan

Ran arc lint --output summary.

Diff Detail

Branch
srend
Lint
Lint Passed
Unit
No Test Coverage