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:
parent
4181fbde12
commit
b21a420071
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ final class ArcanistCoffeeLintLinter extends ArcanistExternalLinter {
|
|||
|
||||
protected function getMandatoryFlags() {
|
||||
$options = array(
|
||||
'--checkstyle',
|
||||
'--reporter=checkstyle',
|
||||
'--nocolor',
|
||||
'--quiet',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue