diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-10-08 14:40:36 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-10-08 14:40:36 +0200 |
commit | 24aa2e62fd084b3a2efa6cb6a23456001b7b2f50 (patch) | |
tree | 5162e16c59c2da29b5ca626c4099fdc3fadc6229 /js/Gruntfile.js | |
parent | 8ba4347be1f45b76a10764ca0fbccaa112e4342a (diff) |
remove warning on camel case in gruntfile
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r-- | js/Gruntfile.js | 2 |
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: { |