From f9aa81b4b0770d6d15266cf60256eadac7ffba0c Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sat, 8 Feb 2014 02:45:31 +0100 Subject: [PATCH] Updating scrutinizer to take it easy on big model collections in the root --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 5cc37c10..b609c51e 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,4 +9,4 @@ before_commands: filter: paths: [lib/*] - excluded_paths: [bin/*, examples/*, vendor/*] \ No newline at end of file + excluded_paths: [ bin/*, examples/*, vendor/*, lib/Tmdb/Model/*.php ] \ No newline at end of file