summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/Gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 33b9b8c1e..1308b5139 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -107,6 +107,7 @@ module.exports = function (grunt) {
jshint: {
app: {
src: [
+ 'Gruntfile.js',
'app/App.js',
'app/Config.js',
'app/Run.js',
@@ -169,6 +170,7 @@ module.exports = function (grunt) {
configuration: '../phpunit.xml'
}
},
+ /* jshint camelcase: false */
protractor_webdriver: {
app: {