Ignore phpcs in autoload.php
Causes 20 warnings for line length https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/13849/console As being autogenerated, migth as well ignore so we can have mediawiki-core pass. Change-Id: Iedbe527456144c9b09b7ba93a8ce67edf0b47015
This commit is contained in:
parent
944d8d8d17
commit
e5f0884ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
// This file is generated by maintenance/generateLocalAutoload.php, do not adjust manually
|
||||
|
||||
// @codingStandardsIgnoreFile
|
||||
global $wgAutoloadLocalClasses;
|
||||
|
||||
$wgAutoloadLocalClasses = array(
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ class AutoloadGenerator {
|
|||
<<<EOD
|
||||
<?php
|
||||
// This file is generated by $commandName, do not adjust manually
|
||||
|
||||
// @codingStandardsIgnoreFile
|
||||
global \${$this->variableName};
|
||||
|
||||
\${$this->variableName} {$op} array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue