From 96574a399fb792c863288347d7ba3fea39305cd7 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Fri, 24 Aug 2018 20:54:09 +0300 Subject: [PATCH] excluded folders updated --- .codeclimate.yml | 3 +++ .scrutinizer.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..7d40ed6 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,3 @@ +excluded_paths: + - "examples/" + - "tests/" diff --git a/.scrutinizer.yml b/.scrutinizer.yml index a49940b..5b9f8e4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,7 +3,7 @@ checks: filter: excluded_paths: - - "extra/" + - "examples/" - "tests/" coding_style: