2017-05-17 18:17:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ruleset>
|
2017-07-27 20:04:23 +00:00
|
|
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
2017-08-11 03:48:15 +00:00
|
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
|
|
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamName" />
|
|
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
|
|
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
|
2017-07-27 20:04:23 +00:00
|
|
|
</rule>
|
2017-05-17 18:17:52 +00:00
|
|
|
<file>.</file>
|
|
|
|
<arg name="extensions" value="php,php5,inc"/>
|
2017-07-27 20:04:23 +00:00
|
|
|
<arg name="encoding" value="UTF-8"/>
|
2017-05-17 18:17:52 +00:00
|
|
|
</ruleset>
|