Page MenuHomePhabricator

Add `--quiet` flags to the `ArcanistCSSLintLinter`.
ClosedPublic

Authored by joshuaspence on May 10 2014, 5:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 26, 2:32 PM
Unknown Object (File)
Thu, Dec 26, 2:32 PM
Unknown Object (File)
Thu, Dec 26, 2:32 PM
Unknown Object (File)
Thu, Dec 26, 2:31 PM
Unknown Object (File)
Mon, Dec 23, 3:00 AM
Unknown Object (File)
Mon, Dec 23, 3:00 AM
Unknown Object (File)
Mon, Dec 23, 2:59 AM
Unknown Object (File)
Mon, Dec 23, 2:59 AM
Subscribers

Details

Summary

This isn't really necessary, nor does it bear any significant benefits, however semantically it seems to make sense. From csslint --help, the --quiet flag causes csslint to "Only output when errors are present".

Test Plan

Tested using csslint directly:

> csslint test.css


csslint: No errors in /home/joshua/workspace/github.com/facebook/arcanist/foo.css.
> csslint --quiet test.css

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Add `--quiet` flags to the `ArcanistCSSLintLinter`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 10 2014, 8:52 AM
epriestley updated this revision to Diff 21469.

Closed by commit rARC89de113787af (authored by @joshuaspence, committed by @epriestley).