Skip to content

Commit

Permalink
add code climate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Feb 27, 2018
1 parent b673d53 commit 50e0678
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- tests/
- dist/**/*
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ static
index.html
coverage
benchmark
dist
.codeclimate.yml
.travis.yml

0 comments on commit 50e0678

Please sign in to comment.