summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 14:43:47 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 14:43:47 +0100
commit1d5d1bb2be826318610f11d4075b2b10f8d84a0f (patch)
tree3beda6dd03ef51fbf9856e80a5f4be7fae6aab05 /.codeclimate.yml
parent8085da52ed02a95f45d08cfdbf910d4af0d6bbf6 (diff)
downloadrsa-git-1d5d1bb2be826318610f11d4075b2b10f8d84a0f.tar.gz
Configured CodeClimate to skip analyzing rsa/_version*.py
These files contain old code which has been deprecated. Analysis is useless as best, as those files will be removed soon anyway.
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..14441ba
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,27 @@
+---
+engines:
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - ruby
+ - javascript
+ - python
+ - php
+ fixme:
+ enabled: true
+ radon:
+ enabled: true
+ratings:
+ paths:
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
+ - "**.php"
+ - "**.py"
+ - "**.rb"
+exclude_paths:
+- tests/**/*
+- rsa/_version*.py
+