summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <gaborjbernat@gmail.com>2018-10-07 22:17:16 +0100
committerBernat Gabor <gaborjbernat@gmail.com>2018-10-07 22:17:16 +0100
commitdfecdfdb105c0531ac7c6c72275818baabb3a0fb (patch)
tree5158c7e5fb01a8341762f0ffb484304c584c8fbe
parenta7ee8d910d734f92b3e2a38807a3b2a73d8258ac (diff)
downloadtox-git-dfecdfdb105c0531ac7c6c72275818baabb3a0fb.tar.gz
exclude code climate cannot handle paths
-rw-r--r--.codeclimate.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 766799ec..8629e3bb 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -35,3 +35,13 @@ plugins:
enabled: false
radon:
enabled: false
+
+exclude_patterns:
+ - "docs/"
+ - "tasks/"
+ - ".github/"
+ - ".pre-commit-config.yml"
+ - "*.yml"
+ - "*.yaml"
+ - "*.rst"
+ - "*.ini"