From 24aa2e62fd084b3a2efa6cb6a23456001b7b2f50 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 14:40:36 +0200 Subject: remove warning on camel case in gruntfile --- js/Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) 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: { -- cgit v1.2.3