aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 4ec0a00bfa8..3e0626d7789 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -301,19 +301,6 @@ module.exports = (grunt) ->
useBrowserStack: useBrowserStack
- jshint:
- dev:
- src: [
- '<%= SOURCE_PATH %>/js/**/*.js'
- '!<%= SOURCE_PATH %>/js/third-party/underscore.js'
- '!<%= SOURCE_PATH %>/js/third-party/**/*.js'
- '!<%= SOURCE_PATH %>/js/tests/**/*.js'
- '!<%= SOURCE_PATH %>/js/require.js'
- ]
- options:
- jshintrc: true
-
-
watch:
options:
spawn: false