Skip third party lib

pull/2487/head
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/pens/lib
- plugin/bbb/lib/bbb_api.php - plugin/bbb/lib/bbb_api.php
- plugin/ims_lti/OAuthSimple.php - plugin/ims_lti/OAuthSimple.php
- plugin/sepe/src/wsse/xmlseclibs.php - plugin/sepe/src/wsse/
- tests/ - tests/
- vendor/ - vendor/
- web/ - web/

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

Loading…
Cancel
Save