Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15404247
D10358.id24933.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
504 B
Referenced Files
None
Subscribers
None
D10358.id24933.diff
View Options
diff --git a/src/lint/linter/ArcanistFlake8Linter.php b/src/lint/linter/ArcanistFlake8Linter.php
--- a/src/lint/linter/ArcanistFlake8Linter.php
+++ b/src/lint/linter/ArcanistFlake8Linter.php
@@ -58,14 +58,6 @@
return pht('Install flake8 using `easy_install flake8`.');
}
- public function supportsReadDataFromStdin() {
- return true;
- }
-
- public function getReadDataFromStdinFilename() {
- return '-';
- }
-
public function shouldExpectCommandErrors() {
return true;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 19 2025, 6:55 AM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710972
Default Alt Text
D10358.id24933.diff (504 B)
Attached To
Mode
D10358: Don't run "flake8" via stdin
Attached
Detach File
Event Timeline
Log In to Comment