mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Don't run "flake8" via stdin
Summary: flake8 v2.2.3 (released Aug 25) broke this. Just drop the stdin stuff. Test Plan: User confirmed in IRC that this resolves the issue. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10358
This commit is contained in:
parent
14803d3832
commit
e4bbcaf8f7
1 changed files with 0 additions and 8 deletions
|
@ -58,14 +58,6 @@ final class ArcanistFlake8Linter extends ArcanistExternalLinter {
|
||||||
return pht('Install flake8 using `easy_install flake8`.');
|
return pht('Install flake8 using `easy_install flake8`.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function supportsReadDataFromStdin() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getReadDataFromStdinFilename() {
|
|
||||||
return '-';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function shouldExpectCommandErrors() {
|
public function shouldExpectCommandErrors() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue