Skip to content

Commit

Permalink
Update codeclimate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyelf committed Apr 18, 2017
1 parent 20c4647 commit c82985c
Showing 1 changed file with 13 additions and 29 deletions.
42 changes: 13 additions & 29 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
diff --git a/.codeclimate.yml b/.codeclimate.yml
index e69de29..e52ba66 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -0,0 +1,24 @@
+---
+engines:
+ duplication:
+ enabled: false
+ config:
+ languages:
+ - ruby
+ - javascript
+ - python
+ - php
+ fixme:
+ enabled: true
+ radon:
+ enabled: false
+ratings:
+ paths:
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
+ - "**.php"
+ - "**.py"
+ - "**.rb"
+exclude_paths: []
engines:
duplication:
enabled: false
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: false
ratings:
paths:
- "**.py"

0 comments on commit c82985c

Please sign in to comment.