diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c883928a3e..143518f701 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -15,8 +15,8 @@ checks: filter: excluded_paths: - 'cli-config.php' - - 'app/cache/*' - - 'app/logs/*' + - 'var/cache/*' + - 'var/logs/*' - 'app/config/*' - 'app/SymfonyRequirements.php' - 'documentation/*'