At least WikiEditor, probably quite a few others. When we switched we removed all the jshint over-rides, so those will fail.
Description
Details
Related Objects
Event Timeline
Change 349883 had a related patch set uploaded (by Hashar):
[integration/config@master] [Score] remove jshint, has been moved to eslint
Change 349884 had a related patch set uploaded (by Hashar):
[integration/config@master] [TemplateSandbox] remove jshint, has been moved to eslint
Change 349883 merged by jenkins-bot:
[integration/config@master] [Score] remove jshint, has been moved to eslint
Change 349884 merged by jenkins-bot:
[integration/config@master] [TemplateSandbox] remove jshint, has been moved to eslint
Change 349439 had a related patch set uploaded (by Hashar):
[integration/config@master] Clean out jsonlint/jshint
Change 349439 merged by jenkins-bot:
[integration/config@master] Clean out jsonlint/jshint
For most repositories, I have removed the jshint job that ran an outdated version of jshint. Most repos are thus now just invoking "npm test".
The Jenkins job that runs jshint has been removed from all the repositories. They now solely run npm test and whatever developers have defined in their repo.