Page MenuHomePhabricator

D14084.id34034.diff
No OneTemporary

D14084.id34034.diff

diff --git a/src/workflow/ArcanistLintersWorkflow.php b/src/workflow/ArcanistLintersWorkflow.php
--- a/src/workflow/ArcanistLintersWorkflow.php
+++ b/src/workflow/ArcanistLintersWorkflow.php
@@ -104,8 +104,8 @@
$console->writeOut(
"<bg:".$color.">** %s **</bg> **%s** (%s)\n",
$text,
- nonempty($linter['short'], '-'),
- $linter['name']);
+ nonempty($linter['name'], '-'),
+ $linter['short']);
if ($linter['exception']) {
$console->writeOut(
@@ -241,11 +241,11 @@
}
$linter_info[$key] = array(
- 'short' => $linter->getLinterConfigurationName(),
+ 'name' => $linter->getLinterConfigurationName(),
'class' => get_class($linter),
'status' => $status,
'version' => $version,
- 'name' => $linter->getInfoName(),
+ 'short' => $linter->getInfoName(),
'uri' => $linter->getInfoURI(),
'description' => $linter->getInfoDescription(),
'exception' => $exception,

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 30, 4:13 AM (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7227817
Default Alt Text
D14084.id34034.diff (1022 B)

Event Timeline