build: Updating mediawiki/mediawiki-codesniffer to 18.0.0

The following sniffs are failing and were disabled:
* MediaWiki.VariableAnalysis.UnusedGlobalVariables.UnusedGlobal$wgWBClientSettings

Change-Id: Ia5423c3d7ea419b3f073f35736de7a9379d4429a
This commit is contained in:
libraryupgrader
2018-04-14 07:39:31 +00:00
parent 99f5945704
commit f97802e4e2
10 changed files with 10 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
<ruleset> <ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" /> <exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
<exclude name="MediaWiki.VariableAnalysis.UnusedGlobalVariables.UnusedGlobal$wgWBClientSettings" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" /> <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
<exclude name="MediaWiki.Commenting.LicenseComment.InvalidLicenseTag" /> <exclude name="MediaWiki.Commenting.LicenseComment.InvalidLicenseTag" />
</rule> </rule>

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */

View File

@@ -26,7 +26,7 @@
}, },
"require-dev": { "require-dev": {
"jakub-onderka/php-parallel-lint": "1.0.0", "jakub-onderka/php-parallel-lint": "1.0.0",
"mediawiki/mediawiki-codesniffer": "17.0.0", "mediawiki/mediawiki-codesniffer": "18.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1" "mediawiki/minus-x": "0.3.1"
}, },

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */
class LanguageNameSearch { class LanguageNameSearch {

View File

@@ -15,7 +15,7 @@
* @file * @file
* @author Niklas Laxström * @author Niklas Laxström
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
* @since 2013.11 * @since 2013.11
*/ */

View File

@@ -14,7 +14,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @license GNU General Public Licence 2.0 or later * @license GPL-2.0-or-later
* @license MIT License * @license MIT License
*/ */