From c885b2fe4492c47e81b97b70cb0147a92dea3849 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Wed, 17 Jan 2018 08:21:34 +0100 Subject: [PATCH] Minor - ignore - 'plugin/test2pdf/class/' in CI apps --- .codeclimate.yml | 1 + .scrutinizer.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 309f524087..9dcca342df 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -104,6 +104,7 @@ exclude_patterns: - plugin/bbb/lib/bbb_api.php - plugin/ims_lti/OAuthSimple.php - plugin/sepe/src/wsse/ +- plugin/test2pdf/class/ - tests/ - vendor/ - web/ diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4305a11184..e8b4d3c666 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -69,6 +69,7 @@ filter: - 'plugin/bbb/lib/bbb_api.php' - 'plugin/ims_lti/OAuthSimple.php' - 'plugin/sepe/src/wsse/*' + - 'plugin/test2pdf/class/*' - 'tests/*' - 'vendor/*' - 'web/*'