Page MenuHomePhabricator

Improve `arc lint --output summary`
ClosedPublic

Authored by epriestley on Dec 18 2013, 7:36 PM.
Tags
None
Referenced Files
F14842973: D7788.diff
Sun, Feb 2, 2:58 AM
Unknown Object (File)
Thu, Jan 30, 8:48 PM
Unknown Object (File)
Thu, Jan 16, 4:58 PM
Unknown Object (File)
Jan 1 2025, 2:40 AM
Unknown Object (File)
Dec 15 2024, 6:37 AM
Unknown Object (File)
Dec 2 2024, 3:55 AM
Unknown Object (File)
Nov 29 2024, 6:22 PM
Unknown Object (File)
Nov 23 2024, 12:42 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