mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
bd0b0bc463
The following sniffs are failing and were disabled: * MediaWiki.Files.ClassMatchesFilename.NotMatch Change-Id: If29f88179f0824902c313c4b64e2ed1a5f084292
16 lines
690 B
XML
16 lines
690 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset>
|
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment"/>
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag"/>
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
|
|
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
|
|
<exclude name="MediaWiki.Commenting.FunctionComment.MissingReturn"/>
|
|
</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>
|
|
</ruleset>
|