From c790c7ff52dc75da75b712e90bf636a87e9b186f Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 10 Mar 2014 22:25:37 +0100 Subject: [PATCH] Exclude templates from Scrutinizer checks --- .scrutinizer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 82e7f78b..658dff60 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,9 +2,10 @@ filter: excluded_paths: - 'js/modernizr.custom.js' - 'js/jquery.onfontresize.js' - - 'l10n/*' - 'js/placeholder*' - 'css/placeholder*' + - 'l10n/*' + - 'templates/*' imports: - php