Browse Source

Avoid paths

Julio 7 years ago
parent
commit
fbfdbb81a9
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .codeclimate.yml
  2. 1 0
      .scrutinizer.yml

+ 2 - 1
.codeclimate.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/

+ 1 - 0
.scrutinizer.yml

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