mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 15:36:52 +00:00
ea186c1cee
Add support for new parsoid lint, missing-image-alt-text Matches on images that don't have an alt text attribute at all (empty alt attributes count as present). Intended to make it easier to put workflows around these images, including streamlined workflows for "microcontributions" in the mobile apps. As this has some impedence mismatch with usage of Special:LintErrors this is marked as hidden (priority=none) so will not be displayed by default, but has an enum value reserved for it and can be queried explicitly. Bug: T344378 Change-Id: I38cc1abbece3cca8155bec1f071b854027be0966 |
||
---|---|---|
.phan | ||
i18n | ||
includes | ||
maintenance | ||
modules | ||
sql | ||
tests/phpunit | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
Linter.alias.php | ||
package-lock.json | ||
package.json | ||
README |
Extension to help lint wiki pages. Currently designed to take advantage of Parsoid's linter, could also be extended to linting JS or CSS in the future.