mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
cd30d5146f
Check a bunch of them, they should be computed and be identical to the ones with new syntax. Bug: T173889 Depends-On: I5c370b54e6516889624088e27928ad3a1f48a821 Change-Id: I276913a98e06b5f2ff1c5f5f3ba5bcc7b1e8c997
15 lines
546 B
XML
15 lines
546 B
XML
<?xml version="1.0"?>
|
|
<ruleset>
|
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
|
<exclude name="MediaWiki.Commenting.FunctionAnnotations.UnrecognizedAnnotation" />
|
|
</rule>
|
|
<rule ref="Generic.Files.LineLength">
|
|
<exclude-pattern>AbuseFilter\.alias\.php</exclude-pattern>
|
|
<exclude-pattern>AbuseFilterParserTest\.php</exclude-pattern>
|
|
<exclude-pattern>AbuseFilterConsequencesTest\.php</exclude-pattern>
|
|
</rule>
|
|
<file>.</file>
|
|
<arg name="extensions" value="php,php5,inc"/>
|
|
<arg name="encoding" value="UTF-8"/>
|
|
</ruleset>
|