Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-31 04:57:17 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 04:57:17 +0400
commit3a4b705e1e8b9a70aed4f649344057ee03c679a4 (patch)
treece0a284563dd186654a789df5bb6692bc24eb1af /tests/angularjs
parentcd043e682d6b4ddf58b44a25ed983e2ee690362d (diff)
refs #4619 run jshint when saving a file or running tests but only for actual angular files
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/karma.conf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/angularjs/karma.conf.js b/tests/angularjs/karma.conf.js
index 658c9e28f8..d5472b6c65 100755
--- a/tests/angularjs/karma.conf.js
+++ b/tests/angularjs/karma.conf.js
@@ -44,6 +44,7 @@ module.exports = function(config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
+ "plugins/*/angularjs/**/*.js": ['jshint']
},
// test results reporter to use