From 2b2403edfd172457031194bb2e420cb57befc154 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Fri, 14 Mar 2014 08:58:23 +1000 Subject: [PATCH] Add PHPMailer to Scrutinizer ignores --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 1b5d093e56..9478c12838 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,4 +4,4 @@ imports: - php filter: - excluded_paths: [html/includes/jpgraph/*] + excluded_paths: [html/includes/jpgraph/*, includes/phpmailer/*]