build: Updating mediawiki/mediawiki-codesniffer to 0.11.0

The following sniffs now pass and were enabled:
* MediaWiki.Commenting.FunctionComment.ExtraParamComment

Change-Id: Icae0737b64e00ea12cf17fa033dada61bbcd5b29
This commit is contained in:
Kunal Mehta 2017-08-11 00:54:20 -04:00
parent 3fb5a2c9e1
commit 5a159dd5dc
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"license": "GPL-2.0+",
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
"mediawiki/mediawiki-codesniffer": "0.10.1",
"mediawiki/mediawiki-codesniffer": "0.11.0",
"jakub-onderka/php-console-highlighter": "0.3.2"
},
"scripts": {

View file

@ -1,7 +1,6 @@
<?xml version="1.0"?>
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Commenting.FunctionComment.ExtraParamComment" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamName" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />