mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-24 07:53:51 +00:00
c0ad96898d
* multiple-unclosed-formatting-tags: this is a subset of the unclosed formatting tag lint, but is higher priority because unclosed tags like <small> and <big> compound their effects * unclosed-quotes-in-heading: unclosed wikitext i/b tag with a heading ancestor (this causes breakage which leaks out of the table of content to affect the rest of the page) * multiline-html-table-in-list: html table with newline breaks nested in a list * misc-tidy-replacement-issues: this is a catchall category for infrequent long-tail issues, used to enable speedy deployment of new linter categories during tidy replacement as wikis get RemexHtml enabled. These will have a subtype property to identify the specific issue. Change-Id: Ic2c965132f7a09679574489865bdc81df9e43845 |
||
---|---|---|
i18n | ||
includes | ||
modules | ||
tests/phpunit | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
Linter.alias.php | ||
linter.sql | ||
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.