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:
Arlo Breault 2022-01-16 12:25:28 -05:00
parent 1335b79a0b
commit 6898415d8d

View file

@ -176,7 +176,7 @@
},
"inline-media-caption": {
"dbid": 19,
"enabled": true,
"enabled": false,
"priority": "high",
"no-params": true
}