mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 22:10:55 +01:00
Separate @nolint
annotation
Summary: In its current form, this file is not being linted. This doesn't seem to be intentional. Test Plan: Introduced a linter error and ran `arc lint`. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12282
This commit is contained in:
parent
ea376685ae
commit
75f081aaf2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ final class PhabricatorInternationalizationManagementExtractWorkflow
|
|||
|
||||
$out = array();
|
||||
$out[] = '<?php';
|
||||
$out[] = '// @nolint';
|
||||
$out[] = '// @no'.'lint';
|
||||
$out[] = 'return array(';
|
||||
foreach ($results as $string => $locations) {
|
||||
foreach ($locations as $location) {
|
||||
|
|
Loading…
Reference in a new issue