mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-22 12:41:18 +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
|
||||
*/
|
||||
class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
|
||||
final class ArcanistLintWorkflow extends ArcanistBaseWorkflow {
|
||||
|
||||
const RESULT_OKAY = 0;
|
||||
const RESULT_WARNINGS = 1;
|
||||
|
|
Loading…
Reference in a new issue