Page MenuHomePhabricator

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

Authored by joshuaspence on May 10 2014, 5:47 AM.
Tags
None
Referenced Files
F14009481: D9036.id21469.diff
Wed, Oct 30, 6:48 PM
F14004186: D9036.diff
Sat, Oct 26, 4:51 PM
F13972193: D9036.diff
Thu, Oct 17, 5:37 PM
F13972186: D9036.id.diff
Thu, Oct 17, 5:34 PM
F13972181: D9036.id21461.diff
Thu, Oct 17, 5:33 PM
F13972176: D9036.id21469.diff
Thu, Oct 17, 5:31 PM
Unknown Object (File)
Oct 5 2024, 2:35 PM
Unknown Object (File)
Oct 2 2024, 8:26 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).