mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 15:36:52 +00:00
Disable "inline-media-caption" category
Note that this only removes the category from the special page and the lints will still show up by page. Those need purging separately or more code to filter out disabled categories from the results. Bug: T297443 Change-Id: Idfcf5ee5d69f5dc65100229aacb22137be475866
This commit is contained in:
parent
1335b79a0b
commit
6898415d8d
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
"inline-media-caption": {
|
||||
"dbid": 19,
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"priority": "high",
|
||||
"no-params": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue