Page MenuHomePhabricator

Improve `arc lint --output summary`
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:36 PM.
Tags
None
Referenced Files
F15486617: D7788.diff
Thu, Apr 10, 8:22 AM
F15472564: D7788.id17630.diff
Sat, Apr 5, 2:45 PM
F15422400: D7788.diff
Sat, Mar 22, 7:59 AM
F15399771: D7788.id17618.diff
Mar 17 2025, 7:33 AM
F15368521: D7788.id17630.diff
Mar 12 2025, 2:37 AM
F15324883: D7788.id17630.diff
Mar 7 2025, 2:01 AM
Unknown Object (File)
Feb 16 2025, 11:09 PM
Unknown Object (File)
Feb 3 2025, 9:21 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

Lint
Lint Skipped
Unit
Tests Skipped