mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-12 01:09:49 +00:00
e8a1b8218c
Bug: T297443 Depends-On: I4cdbfe46bce7556d2187a5f1c908b3538d1185fb Change-Id: I83d51c40b3c4c1f3e5de327aba6f05e65d9814c7
197 lines
4.2 KiB
JSON
197 lines
4.2 KiB
JSON
{
|
|
"name": "Linter",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Linter",
|
|
"author": [
|
|
"Kunal Mehta",
|
|
"Arlo Breault",
|
|
"Subramanya Sastry"
|
|
],
|
|
"descriptionmsg": "linter-desc",
|
|
"type": "specialpage",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.36.0"
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Linter\\": "includes/"
|
|
},
|
|
"MessagesDirs": {
|
|
"Linter": [
|
|
"i18n",
|
|
"i18n/api"
|
|
]
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"LinterAlias": "Linter.alias.php"
|
|
},
|
|
"Hooks": {
|
|
"LoadExtensionSchemaUpdates": "MediaWiki\\Linter\\Hooks::onLoadExtensionSchemaUpdates",
|
|
"BeforePageDisplay": "MediaWiki\\Linter\\Hooks::onBeforePageDisplay",
|
|
"APIQuerySiteInfoGeneralInfo": "MediaWiki\\Linter\\Hooks::onAPIQuerySiteInfoGeneralInfo",
|
|
"InfoAction": "MediaWiki\\Linter\\Hooks::onInfoAction",
|
|
"WikiPageDeletionUpdates": "MediaWiki\\Linter\\Hooks::onWikiPageDeletionUpdates",
|
|
"ParserLogLinterData": "MediaWiki\\Linter\\Hooks::onParserLogLinterData"
|
|
},
|
|
"APIModules": {
|
|
"record-lint": "MediaWiki\\Linter\\ApiRecordLint"
|
|
},
|
|
"APIListModules": {
|
|
"linterrors": "MediaWiki\\Linter\\ApiQueryLintErrors"
|
|
},
|
|
"APIMetaModules": {
|
|
"linterstats": "MediaWiki\\Linter\\ApiQueryLinterStats"
|
|
},
|
|
"SpecialPages": {
|
|
"LintErrors": "MediaWiki\\Linter\\SpecialLintErrors"
|
|
},
|
|
"JobClasses": {
|
|
"RecordLintJob": "MediaWiki\\Linter\\RecordLintJob"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.linter.edit": {
|
|
"scripts": "ext.linter.edit.js",
|
|
"dependencies": [
|
|
"jquery.textSelection"
|
|
]
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "modules",
|
|
"remoteExtPath": "Linter/modules"
|
|
},
|
|
"config": {
|
|
"LinterCategories": {
|
|
"value": {
|
|
"fostered": {
|
|
"dbid": 1,
|
|
"enabled": true,
|
|
"priority": "medium",
|
|
"no-params": true
|
|
},
|
|
"obsolete-tag": {
|
|
"dbid": 2,
|
|
"enabled": true,
|
|
"priority": "low",
|
|
"has-name": true
|
|
},
|
|
"bogus-image-options": {
|
|
"dbid": 3,
|
|
"enabled": true,
|
|
"priority": "medium"
|
|
},
|
|
"missing-end-tag": {
|
|
"dbid": 4,
|
|
"enabled": true,
|
|
"priority": "low",
|
|
"has-name": true
|
|
},
|
|
"stripped-tag": {
|
|
"dbid": 5,
|
|
"enabled": true,
|
|
"priority": "low",
|
|
"has-name": true
|
|
},
|
|
"self-closed-tag": {
|
|
"dbid": 6,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"deletable-table-tag": {
|
|
"dbid": 7,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"misnested-tag": {
|
|
"dbid": 8,
|
|
"enabled": true,
|
|
"priority": "medium",
|
|
"has-name": true
|
|
},
|
|
"pwrap-bug-workaround": {
|
|
"dbid": 9,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"parser-migration": true
|
|
},
|
|
"tidy-whitespace-bug": {
|
|
"dbid": 10,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"parser-migration": true
|
|
},
|
|
"multi-colon-escape": {
|
|
"dbid": 11,
|
|
"enabled": true,
|
|
"priority": "medium"
|
|
},
|
|
"html5-misnesting": {
|
|
"dbid": 12,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"tidy-font-bug": {
|
|
"dbid": 13,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"multiple-unclosed-formatting-tags": {
|
|
"dbid": 14,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"unclosed-quotes-in-heading": {
|
|
"dbid": 15,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"has-name": true,
|
|
"parser-migration": true
|
|
},
|
|
"multiline-html-table-in-list": {
|
|
"dbid": 16,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"parser-migration": true
|
|
},
|
|
"misc-tidy-replacement-issues": {
|
|
"dbid": 17,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"parser-migration": true
|
|
},
|
|
"wikilink-in-extlink": {
|
|
"dbid": 18,
|
|
"enabled": true,
|
|
"priority": "medium",
|
|
"no-params": true
|
|
},
|
|
"inline-media-caption": {
|
|
"dbid": 19,
|
|
"enabled": true,
|
|
"priority": "high",
|
|
"no-params": true
|
|
}
|
|
}
|
|
},
|
|
"LinterSubmitterWhitelist": {
|
|
"value": {
|
|
"127.0.0.1": true,
|
|
"::1": true
|
|
}
|
|
},
|
|
"LinterStatsdSampleFactor": {
|
|
"value": false
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|