summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 21:56:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 21:56:15 +0200
commit85496480330c4655edfed124a96a3deb1b75808f (patch)
treef54254504026f30aaae332c86318eee7d006a91a /.scrutinizer.yml
parente2cfb7b1bc2212f7e607a928163aff6e28ef0eec (diff)
add scrutinizer config
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 000000000..33e735a8d
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,14 @@
+filter:
+ excluded_paths:
+ - '3rdparty/*'
+ - 'js/vendor/*'
+ - 'js/public/*'
+ - 'l10n/*'
+ - 'templates/*'
+ - 'img/*'
+ - 'css/*'
+
+imports:
+ - javascript
+ - php
+ - python