summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
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
-