From cf02ca82f5724c11a12b550f8ae64c23f70c0517 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 8 Mar 2016 22:57:42 -0500 Subject: [PATCH] Remove scrutinizer for main/admin/db.php (included from other project) --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 96582ab1b6..526f522de0 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,6 +21,7 @@ filter: - app/logs/* - web/* - vendor/* + - main/admin/db.php checks: php: code_rating: true