Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331902
D14525.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Referenced Files
None
Subscribers
None
D14525.diff
View Options
diff --git a/src/lint/linter/ArcanistRubyLinter.php b/src/lint/linter/ArcanistRubyLinter.php
--- a/src/lint/linter/ArcanistRubyLinter.php
+++ b/src/lint/linter/ArcanistRubyLinter.php
@@ -35,7 +35,7 @@
list($stdout) = execx('%C --version', $this->getExecutableCommand());
$matches = array();
- $regex = '/^ruby (?P<version>\d+\.\d+\.\d+)p\d+/';
+ $regex = '/^ruby (?P<version>\d+\.\d+\.\d+)+/';
if (preg_match($regex, $stdout, $matches)) {
return $matches['version'];
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 3:05 PM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382899
Default Alt Text
D14525.diff (512 B)
Attached To
Mode
D14525: Fix parsing of `ruby` version for `ArcanistRubyLinter`
Attached
Detach File
Event Timeline
Log In to Comment