mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 17:20:12 +00:00
cb84f3a872
action=info has a summary table of number of lint errors by category, but we have richer information available via Special:LintErrors. If there is a "Lint errors" section, provide a link below the table to Special:LintErrors for the errors on this page. Update ApiRecordLint for the new Hooks constructor and leave a FIXME to eliminate the coupling. Bug: T301374 Change-Id: Ic1fcf42b50d1392ac53201ceb256691133cf62ff |
||
---|---|---|
.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.