Skip to content

Commit

Permalink
Update .codeclimate.yml
Browse files Browse the repository at this point in the history
Enabling PHP engines
Enabling Duplication with JavaScript and Python
  • Loading branch information
Abby Armada authored Jul 8, 2016
1 parent a7af718 commit 89deaf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
- python
rubocop:
enabled: true
golint:
Expand All @@ -7,12 +13,22 @@ engines:
enabled: true
csslint:
enabled: true
pep8:
enabled: true
radon:
enabled: true
fixme:
enabled: true
ratings:
paths:
- app/**
- lib/**
- "**.rb"
- "**.go"
- "**.css"
- "**.js"
- "**.jsx"
- "**.py"
exclude_paths:
- spec/**/*
- vendor/**/*
Expand Down

0 comments on commit 89deaf2

Please sign in to comment.