From 85496480330c4655edfed124a96a3deb1b75808f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 21:56:07 +0200 Subject: add scrutinizer config --- .scrutinizer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .scrutinizer.yml (limited to '.scrutinizer.yml') 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 -- cgit v1.2.3