mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-02 09:58:23 +01:00
Add description to json output
Summary: Adds a 'desc' field to json output so I can use that inside my vim plugin. Test Plan: Lint a few things. Description text shows up in vim Reviewers: epriestley Reviewed By: epriestley Differential Revision: 1210
This commit is contained in:
parent
f1a2d58343
commit
02ed14e31e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class ArcanistLintJSONRenderer {
|
|||
$message->getLine() - self::LINES_OF_CONTEXT,
|
||||
self::LINES_OF_CONTEXT * 2 + 1
|
||||
)),
|
||||
'description' => $message->getDescription(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue