From dc27b2e95eb2f1de8ff2edb463cd68e26e6a9278 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sun, 9 Feb 2014 01:29:51 +0100 Subject: [PATCH] Allow scrutinizer more room --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b609c51e..41fed209 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,4 +9,4 @@ before_commands: filter: paths: [lib/*] - excluded_paths: [ bin/*, examples/*, vendor/*, lib/Tmdb/Model/*.php ] \ No newline at end of file + excluded_paths: [ bin/*, examples/*, vendor/* ] \ No newline at end of file