Page MenuHomePhabricator

Annotator should pass jshint and comply with coding conventions
Closed, ResolvedPublic

Description

MW has coding conventions for JavaScript
(https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript)

During GSOC, I deliberately reviewed for some of these issues, but not all.
Now, however, the code should be updated to fully comply.

In addition to the items listed there, it should pass jshint (a tool that
checks code standards) and there should be a voting Jenkins job for this (so
once it passes it stays that way).


Version: master
Severity: normal

Details

Reference
bz54908

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:36 AM
bzimport set Reference to bz54908.

Got fixed at some point