Skip to content

Commit

Permalink
Integrated code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
sertansenturk committed Apr 8, 2016
1 parent 66385c7 commit 2a624e2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths: []
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
.*
!.gitignore
!.travis.yml
!.codeclimate.yml

0 comments on commit 2a624e2

Please sign in to comment.