Hi all
I've now added jshint run to continuous integration server. I'm not sure how useful it's warnings will be, but at least they might give some idea of possible problematic things.
You can see it under violations report:
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/2897/violations/?#jslint
Michal Čihař a écrit :
Hi all
I've now added jshint run to continuous integration server. I'm not sure how useful it's warnings will be, but at least they might give some idea of possible problematic things.
You can see it under violations report:
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/2897/violations/?#jslint
Good idea Michal. In particular, the missing semicolons are more problematic for some browsers and should be fixed.