1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-14 02:42:40 +01:00

Update ArcanistCoffeeLintLinter to be compatible with CoffeeLint v1.4.0.

Summary: CoffeeLint v1.4.0 deprecated the `--checkstyle` flag in favor of `--reporter=checkstyle`.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9181
This commit is contained in:
Joshua Spence 2014-05-18 06:07:35 -07:00 committed by epriestley
parent 4181fbde12
commit b21a420071

View file

@ -59,7 +59,7 @@ final class ArcanistCoffeeLintLinter extends ArcanistExternalLinter {
protected function getMandatoryFlags() {
$options = array(
'--checkstyle',
'--reporter=checkstyle',
'--nocolor',
'--quiet',
);