summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authoradamantike <mike@fmanganiello.com.ar>2016-01-27 12:56:10 -0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 17:40:25 +0100
commit467ca03a0251390587f20918ea9118b1ac8bcbdc (patch)
treeef0045c6ce43ebdddccd04d8975c68f9f7bf69b8 /.codeclimate.yml
parent48a7c7fb738454bd57f508014dc98157c142e941 (diff)
downloadrsa-git-467ca03a0251390587f20918ea9118b1ac8bcbdc.tar.gz
Clean up Code Climate configuration
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 14441ba..92ec005 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,27 +1,18 @@
----
engines:
duplication:
enabled: true
config:
languages:
- - ruby
- - javascript
- python
- - php
fixme:
enabled: true
+ pep8:
+ enabled: true
radon:
enabled: true
ratings:
paths:
- - "**.inc"
- - "**.js"
- - "**.jsx"
- - "**.module"
- - "**.php"
- "**.py"
- - "**.rb"
exclude_paths:
- tests/**/*
- rsa/_version*.py
-