summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 14:40:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 14:40:36 +0200
commit24aa2e62fd084b3a2efa6cb6a23456001b7b2f50 (patch)
tree5162e16c59c2da29b5ca626c4099fdc3fadc6229
parent8ba4347be1f45b76a10764ca0fbccaa112e4342a (diff)
remove warning on camel case in gruntfile
-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: {