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)
Thu, Sep 5, 1:59 PM
Unknown Object (File)
Tue, Sep 3, 7:32 AM
Unknown Object (File)
Sun, Sep 1, 4:08 PM
Unknown Object (File)
Sun, Sep 1, 11:48 AM
Unknown Object (File)
Sun, Sep 1, 1:09 AM
Unknown Object (File)
Sat, Aug 31, 12:00 AM
Unknown Object (File)
Thu, Aug 29, 5:18 PM
Unknown Object (File)
Aug 15 2024, 12:20 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