From fbfdbb81a931e6502c9d80f0ee9b3a4f97858acf Mon Sep 17 00:00:00 2001 From: Julio Date: Tue, 12 Sep 2017 15:52:01 +0200 Subject: [PATCH] Avoid paths --- .codeclimate.yml | 3 ++- .scrutinizer.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index ccb5e02764..3c09a8d36b 100644 --- a/.codeclimate.yml +++ b/.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/ \ No newline at end of file +- web/ diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 146aaf2b6a..68ca5cee8d 100644 --- a/.scrutinizer.yml +++ b/.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/*'