From 5431f44180d1e00727568873a9ec675bd6435013 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Fri, 6 Nov 2015 15:45:40 -0500 Subject: [PATCH] exclude test paths --- .codeclimate.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1b968f38..c188171f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,7 +4,5 @@ engines: enabled: true pep8: enabled: true -ratings: - paths: - - flask/**/* - - tests/**/* +exclude_paths: +- tests/**/*