Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added .codeclimate.yml
  • Loading branch information
rayzr522 committed Apr 13, 2017
1 parent 74e767c commit 7654188
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .codeclimate.yml
@@ -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:
- "src/commands/_base.js"
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
**/*{.,-}min.js

0 comments on commit 7654188

Please sign in to comment.