From 5455fe4430609dea518650eb441b6a67355244a6 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Mon, 12 Jan 2015 06:48:01 +1100 Subject: [PATCH] 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 --- src/lint/linter/ArcanistPuppetLintLinter.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lint/linter/ArcanistPuppetLintLinter.php b/src/lint/linter/ArcanistPuppetLintLinter.php index bc8145c4..2cc39a40 100644 --- a/src/lint/linter/ArcanistPuppetLintLinter.php +++ b/src/lint/linter/ArcanistPuppetLintLinter.php @@ -56,10 +56,6 @@ final class ArcanistPuppetLintLinter extends ArcanistExternalLinter { return true; } - public function supportsReadDataFromStdin() { - return false; - } - protected function getMandatoryFlags() { return array( '--error-level=all',