From b721c1c9a1cbd530f5d6222bf044b1b650e1fdf3 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 5 Aug 2017 12:30:41 +0100 Subject: add codeclimate config this will hopefully disable complexity issues --- .codeclimate.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codeclimate.yml (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..7620fec0 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,16 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - python + fixme: + enabled: true + radon: + enabled: true +ratings: + paths: + - "**.py" +exclude_paths: +- tests/ -- cgit v1.2.3