Skip to content

Commit

Permalink
Use a proper configuration for codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Jan 16, 2016
1 parent 38dab85 commit 0e10bcc
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
languages:
JavaScript: true
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "dist/jroff.min.js"
- "src/"
- "test/"
- dist/jroff.min.js
- src/**/*
- test/**/*
- benchmarks/**/*
- node_modules/**/*
- coverage/**/*
- .git/**/*
- docs/**/*

0 comments on commit 0e10bcc

Please sign in to comment.