From 4164986e05f7f59ab5228c6427080fbf632710de Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sun, 26 Jan 2014 17:08:09 +0100 Subject: [PATCH] Allow scrutinizer to bash my head in the Model namespace. --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f3d759dc..5cc37c10 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