From d41de4ec1639b74af69711ae2b01816d90742b11 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Mon, 9 Oct 2017 12:03:10 -0600 Subject: [PATCH] Exclude templates in radon codeclimate test --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index b9423ab4d13..49825b4bca4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,5 +7,7 @@ languages: engines: radon: enabled: true + exclude_paths: + - "templates/" config: threshold: "D"