mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-08 21:08:29 +01:00
Make ArcanistLintWorkflow final
Summary: FB doesn't extend it. Test Plan: This diff. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5050
This commit is contained in:
parent
459251a8d0
commit
7a415e7e0c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* @group workflow
|
* @group workflow
|
||||||
*/
|
*/
|
||||||
class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
|
final class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
|
||||||
|
|
||||||
const RESULT_OKAY = 0;
|
const RESULT_OKAY = 0;
|
||||||
const RESULT_WARNINGS = 1;
|
const RESULT_WARNINGS = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue