Page MenuHomePhabricator

Improve `arc lint --output summary`
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 11:09 PM
Unknown Object (File)
Mon, Feb 3, 9:21 AM
Unknown Object (File)
Mon, Feb 3, 9:04 AM
Unknown Object (File)
Sun, Feb 2, 2:58 AM
Unknown Object (File)
Thu, Jan 30, 8:48 PM
Unknown Object (File)
Jan 16 2025, 4:58 PM
Unknown Object (File)
Jan 1 2025, 2:40 AM
Unknown Object (File)
Dec 15 2024, 6:37 AM
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