Skip third party lib

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent 34e01061d1
commit 50a0cdacae
  1. 2
      .codeclimate.yml
  2. 2
      .scrutinizer.yml

@ -66,7 +66,7 @@ exclude_paths:
- plugin/pens/lib
- plugin/bbb/lib/bbb_api.php
- plugin/ims_lti/OAuthSimple.php
- plugin/sepe/src/wsse/xmlseclibs.php
- plugin/sepe/src/wsse/
- tests/
- vendor/
- web/

@ -169,7 +169,7 @@ filter:
- 'plugin/pens/lib/'
- 'plugin/bbb/lib/bbb_api.php'
- 'plugin/ims_lti/OAuthSimple.php'
- 'plugin/sepe/src/wsse/xmlseclibs.php'
- 'plugin/sepe/src/wsse/*'
- 'tests/*'
- 'vendor/*'
- 'web/*'

Loading…
Cancel
Save