@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php
··· 82 82 83 83 $out = array(); 84 84 $out[] = '<?php'; 85 - $out[] = '// @nolint'; 85 + $out[] = '// @no'.'lint'; 86 86 $out[] = 'return array('; 87 87 foreach ($results as $string => $locations) { 88 88 foreach ($locations as $location) {