From 77577c57c772ce0d4c9edb0d3c62bf4df799f719 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 7 Jul 2017 11:16:58 +0200 Subject: [PATCH] Skip parse of file main/admin/ldap_synchro.php --- .codeclimate.yml | 1 + .scrutinizer.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 76bbfe30e2..a9e30f1d12 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -35,6 +35,7 @@ exclude_paths: - app/Migrations/ - app/Resources/ - main/admin/db.php +- main/admin/ldap_synchro.php - main/auth/cas/lib/CAS/ - main/auth/shibboleth - main/auth/openid diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 0677a98512..3ea218535d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -135,6 +135,7 @@ filter: - 'app/Migrations/*' - 'app/Resources/*' - 'main/admin/db.php' + - 'main/admin/ldap_synchro.php' - 'main/auth/cas/lib/CAS/*' - 'main/auth/shibboleth/*' - 'main/auth/openid/*'