HomePhabricator

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

Description

Add --quiet flags to the ArcanistCSSLintLinter.

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

Reviewers: chad, epriestley, Blessed Reviewers

Reviewed By: epriestley, Blessed Reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9036

Details

Provenance
joshuaspenceAuthored on
epriestleyCommitted on May 10 2014, 8:52 AM
epriestleyPushed on May 10 2014, 8:53 AM
Reviewer
Blessed Reviewers
Differential Revision
D9036: Add `--quiet` flags to the `ArcanistCSSLintLinter`.
Parents
rARCd80468bf8152: Make the methods of `ArcanistBaseXHPASTLinter` final.
Branches
Unknown
Tags
Unknown

Event Timeline