Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/87539
Change subject: Add @codingStandardsIgnoreFile ...................................................................... Add @codingStandardsIgnoreFile This should cause PHP CodeSniffer to ignore the file, so that no long line warnings and errors are reported like in https://integration.wikimedia.org/ci/job/mwext-Translate-phpcs-lenient/132/console. If this works, I need to make the alias file export of the Translate extension add this to all aliases files. Change-Id: I641b9ccdc606ec0485e84466671be9d5f5048374 --- M Translate.alias.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate refs/changes/39/87539/1 diff --git a/Translate.alias.php b/Translate.alias.php index a9d23fc..70cded0 100644 --- a/Translate.alias.php +++ b/Translate.alias.php @@ -5,6 +5,7 @@ * @file * @license GPL-2.0+ */ +// @codingStandardsIgnoreFile $specialPageAliases = array(); @@ -1137,4 +1138,4 @@ 'AggregateGroups' => array( '聚合組' ), 'SearchTranslations' => array( '搜尋翻譯' ), 'TranslateSandbox' => array( '管理翻譯者沙盒' ), -); \ No newline at end of file +); -- To view, visit https://gerrit.wikimedia.org/r/87539 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I641b9ccdc606ec0485e84466671be9d5f5048374 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Translate Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
