From 25f91c57166d332e83548f1b9f01969c86102123 Mon Sep 17 00:00:00 2001 From: astaric Date: Mon, 15 May 2017 12:32:19 +0200 Subject: [PATCH] codeclimate: exclude documentation from duplicate detection --- .codeclimate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index db427d91cd8..c0710b1e2e4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,7 +3,9 @@ engines: enabled: true config: languages: - - python + - python + exclude_paths: + - doc/ pep8: enabled: false radon: