Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15435744
D9034.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
536 B
Referenced Files
None
Subscribers
None
D9034.diff
View Options
diff --git a/src/lint/linter/ArcanistPhpcsLinter.php b/src/lint/linter/ArcanistPhpcsLinter.php
--- a/src/lint/linter/ArcanistPhpcsLinter.php
+++ b/src/lint/linter/ArcanistPhpcsLinter.php
@@ -74,6 +74,10 @@
return true;
}
+ public function supportsReadDataFromStdin() {
+ return true;
+ }
+
protected function parseLinterOutput($path, $err, $stdout, $stderr) {
// NOTE: Some version of PHPCS after 1.4.6 stopped printing a valid, empty
// XML document to stdout in the case of no errors. If PHPCS exits with
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 10:01 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7221950
Default Alt Text
D9034.diff (536 B)
Attached To
Mode
D9034: PHPCS supports reading from stdin.
Attached
Detach File
Event Timeline
Log In to Comment