https://bugzilla.wikimedia.org/show_bug.cgi?id=58279
--- Comment #3 from Antoine "hashar" Musso <[email protected]> --- The jslint job is already present for extension and is triggered by Zuul whenever a .jshint*, *.js or *.json file is modified. A culprit is that by default jshint does not parse .json files, so we want to instruct it to parse such files using: jshint --extra-ext json . -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
