mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-24 07:53:51 +00:00
06cb0d2930
This test previously wasn't running because the foreach() in the data provider was totally wrong. Also the -details variant for fostered isn't supposed to exist, so hardcode in an exception. Finally, add the @coversNothing annotation since this test is just verifying the contents of en.json, not any PHP code. Change-Id: I7ffffcc3a910aefb082f7ff59265d3be8bc46347 |
||
---|---|---|
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.