Go to file
Alexander Vorwerk 9a1ce6e392 Avoid using WikiPage::factory()
WikiPage::factory() is deprecated since 1.36 and should be replaced
with WikiPageFactory::newFromTitle().

Bug: T297688
Change-Id: I63bf3ba1c2ad6f8b59d369d91777af0418746a6b
2021-12-16 23:00:32 +00:00
.phan Add phan 2019-03-08 22:11:29 +01:00
i18n Localisation updates from https://translatewiki.net. 2021-12-16 08:29:42 +01:00
includes Remove hardcoded list of categories with no parameters 2021-12-15 17:27:36 -05:00
modules Handle VisualEditor when it skips the "tempWikitextEditor" stage 2019-06-11 17:29:29 +02:00
sql Convert Linter to abstract schema 2020-08-22 23:33:46 +01:00
tests/phpunit Avoid using WikiPage::factory() 2021-12-16 23:00:32 +00:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 00:44:51 +00:00
.gitignore build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 16:06:08 -07:00
.gitreview
.phpcs.xml Fix bunch of PHPCS errors 2021-04-17 13:42:01 +02:00
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 38.0.0 2021-10-24 07:07:54 +00:00
COPYING
extension.json Add linter category for "inline-media-caption" 2021-12-15 17:27:52 -05:00
Gruntfile.js build: Updating dependencies 2021-01-30 03:48:34 +00:00
Linter.alias.php Add Norwegian special page name translations 2021-03-16 09:53:03 +01:00
package-lock.json build: Updating ansi-regex to 5.0.1 2021-10-05 02:02:51 +00:00
package.json build: Updating npm dependencies 2021-05-11 06:27:13 +00:00
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.