Go to file
Justin Du 9970699910 API: Fix example URL for list=linterrors
The prefix should be lnt, not le.

Bug: T151284
Change-Id: Ib8ffbc9ee181e93da6b990ef8c788da7e49767cd
2016-11-21 20:25:29 -08:00
i18n Localisation updates from https://translatewiki.net. 2016-11-20 22:19:03 +01:00
includes API: Fix example URL for list=linterrors 2016-11-21 20:25:29 -08:00
modules Initial commit 2016-10-17 16:02:53 -07:00
.gitignore Initial commit 2016-10-17 16:02:53 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:02:51 -07:00
.jscsrc Initial commit 2016-10-17 16:02:53 -07:00
.jshintignore Initial commit 2016-10-17 16:02:53 -07:00
.jshintrc Initial commit 2016-10-17 16:02:53 -07:00
composer.json Initial commit 2016-10-17 16:02:53 -07:00
COPYING Initial commit 2016-10-17 16:02:53 -07:00
extension.json Display self-closed tags 2016-11-17 12:32:46 -08:00
Gruntfile.js Initial commit 2016-10-17 16:02:53 -07:00
lint_categories.sql Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
linter.sql Add index on linter.linter_cat 2016-11-03 14:53:31 -07:00
package.json Initial commit 2016-10-17 16:02:53 -07:00
phpcs.xml Adjust phpcs rules 2016-10-20 14:03:25 -07:00
README Initial commit 2016-10-17 16:02:53 -07:00

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.