From 267b3684655b0c45e863d8060b7a2da5ed4753ba Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 5 Jan 2018 14:30:03 +0100 Subject: [PATCH] Update --- .scrutinizer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b122198146..9135d7593b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -16,9 +16,6 @@ checks: filter: excluded_paths: - - 'cli-config.php' - - 'var/cache/*' - - 'var/logs/*' - 'app/config/*' - 'app/SymfonyRequirements.php' - 'documentation/*' @@ -69,5 +66,8 @@ filter: - 'plugin/ims_lti/OAuthSimple.php' - 'plugin/sepe/src/wsse/*' - 'tests/*' + - 'var/cache/*' + - 'var/log/*' - 'vendor/*' - 'web/*' + - 'public/*'