Avoid paths

pull/2487/head
Julio 7 years ago
parent 6f3f9cb3e5
commit fbfdbb81a9
  1. 3
      .codeclimate.yml
  2. 1
      .scrutinizer.yml

@ -42,6 +42,7 @@ exclude_paths:
- main/chat/emoji_strategy.php
- main/default_course_document
- main/document/Wami.swf
- main/fonts/
- main/inc/ajax/Wami.swf
- main/inc/lib/browser/
- main/inc/lib/freemindflashbrowser/
@ -76,4 +77,4 @@ exclude_paths:
- plugin/sepe/src/wsse/
- tests/
- vendor/
- web/
- web/

@ -141,6 +141,7 @@ filter:
- 'main/auth/openid/*'
- 'main/chat/emoji_strategy.php'
- 'main/default_course_document'
- 'main/fonts/*'
- 'main/inc/lib/browser/*'
- 'main/inc/lib/freemindflashbrowser/*'
- 'main/inc/lib/internationalization_database/*'

Loading…
Cancel
Save