From becbe88ec6ff46cb4ff18c96bc7b7091a5211597 Mon Sep 17 00:00:00 2001 From: CM Lubinski Date: Thu, 1 Dec 2016 18:32:05 -0500 Subject: [PATCH] Initial code climate config (based on the default) --- .codeclimate.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..a40b42ba --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,13 @@ +engines: + duplication: + enabled: true + config: + languages: + - python + radon: + enabled: true +ratings: + paths: + - "**.py" +exclude_paths: +- tests/