Skip parse of file main/admin/ldap_synchro.php

pull/2487/head
jmontoyaa 7 years ago
parent ccbbbc7b92
commit 77577c57c7
  1. 1
      .codeclimate.yml
  2. 1
      .scrutinizer.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

@ -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/*'

Loading…
Cancel
Save