mirror of
https://github.com/octfx/mediawiki-extensions-TemplateStylesExtender.git
synced 2024-11-15 03:35:54 +00:00
12 lines
495 B
XML
12 lines
495 B
XML
|
<?xml version="1.0"?>
|
||
|
<ruleset>
|
||
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
||
|
<exclude name="MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate" />
|
||
|
<exclude name="MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected" />
|
||
|
<exclude name="MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic" />
|
||
|
</rule>
|
||
|
<file>.</file>
|
||
|
<arg name="extensions" value="php,php5,inc"/>
|
||
|
<arg name="encoding" value="UTF-8"/>
|
||
|
</ruleset>
|