1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 08:52:39 +01:00

Don't explicitly implement ArcanistPuppetLintLinter::supportsReadDataFromStdin

Summary: `false` is the default return value for this method.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11314
This commit is contained in:
Joshua Spence 2015-01-12 06:48:01 +11:00
parent e4149e43cd
commit 5455fe4430

View file

@ -56,10 +56,6 @@ final class ArcanistPuppetLintLinter extends ArcanistExternalLinter {
return true;
}
public function supportsReadDataFromStdin() {
return false;
}
protected function getMandatoryFlags() {
return array(
'--error-level=all',