4c9067a3 by Adam Heath

Merge in jshint.all from the config.

1 parent 55ad26c2
...@@ -215,6 +215,9 @@ module.exports = function (grunt) { ...@@ -215,6 +215,9 @@ module.exports = function (grunt) {
215 }, 215 },
216 } 216 }
217 }; 217 };
218 if (common.jshint.all) {
219 initConfig.jshint.all = initConfig.jshint.all.concat(common.jshint.all);
220 }
218 checkList.push('jshint'); 221 checkList.push('jshint');
219 } 222 }
220 223
......