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".
Details
Details
- Reviewers
epriestley chad - Group Reviewers
Blessed Reviewers - Commits
- rARC89de113787af: Add `--quiet` flags to the `ArcanistCSSLintLinter`.
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
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Closed by commit rARC89de113787af (authored by @joshuaspence, committed by @epriestley).