1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 14:30:56 +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:
Joshua Spence 2015-04-05 22:30:15 +10:00
parent ea376685ae
commit 75f081aaf2

View file

@ -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) {