mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-11 17:00:51 +00:00
Update mediawiki/mediawiki-phan-config requirement from 0.12.1 to 0.14.0 (#259)
* Update mediawiki/mediawiki-phan-config requirement from 0.12.1 to 0.14.0 Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version. - [Changelog](https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md) - [Commits](https://github.com/wikimedia/mediawiki-tools-phan/compare/0.12.1...0.14.0) --- updated-dependencies: - dependency-name: mediawiki/mediawiki-phan-config dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Suppress MediaWikiNoEmptyIfDefined temporarily --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CosmicAlpha <cosmic.alpha24@gmail.com>
This commit is contained in:
parent
69f8d10204
commit
dccf02401e
|
@ -15,6 +15,8 @@ $cfg['exclude_analysis_directory_list'] = array_merge(
|
|||
);
|
||||
|
||||
$cfg['suppress_issue_types'] = [
|
||||
// Temporary
|
||||
'MediaWikiNoEmptyIfDefined',
|
||||
'SecurityCheck-LikelyFalsePositive',
|
||||
'PhanAccessMethodInternal',
|
||||
];
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"mediawiki/mediawiki-codesniffer": "42.0.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.12.1",
|
||||
"mediawiki/mediawiki-phan-config": "0.14.0",
|
||||
"mediawiki/minus-x": "1.1.1",
|
||||
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
||||
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
||||
|
|
Loading…
Reference in a new issue