Merge pull request #43981 from cachedout/radon_exclude_templates

Exclude templates in radon codeclimate test
This commit is contained in:
Mike Place 2017-10-09 12:05:53 -06:00 committed by GitHub
commit 82b81e608a

View File

@ -7,5 +7,7 @@ languages:
engines:
radon:
enabled: true
exclude_paths:
- "templates/"
config:
threshold: "D"