mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
31f667ccf7
Also move the maintenane script to a name that makes MediaWiki.Files.ClassMatchesFilename.NotMatch not error, and use the more restrictive licence tag usage for MediaWiki.Commenting.LicenseComment.InvalidLicenseTag. Change-Id: Ifa5518cd590ae83c6fd76f1dbb5a2ce40de4b119
13 lines
450 B
XML
13 lines
450 B
XML
<?xml version="1.0"?>
|
|
<ruleset>
|
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
|
<exclude name="MediaWiki.VariableAnalysis.ForbiddenGlobalVariables.ForbiddenGlobal$wgTitle" />
|
|
</rule>
|
|
<file>.</file>
|
|
<arg name="extensions" value="php,php5,inc"/>
|
|
<arg name="encoding" value="UTF-8"/>
|
|
<exclude-pattern>vendor</exclude-pattern>
|
|
<exclude-pattern>node_modules</exclude-pattern>
|
|
<exclude-pattern>lib/ve</exclude-pattern>
|
|
</ruleset>
|