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

Commit

Permalink
Update codeclimate config to a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Nov 20, 2017
1 parent 30f4314 commit 5479621
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript:
version: "2"
checks:
identical-code:
exclude_patterns:
- "**/*.test.js"
similar-code:
exclude_patterns:
- "**/*.test.js"
plugins:
eslint:
enabled: true
fixme:
enabled: true

ratings:
paths:
- "**.js"
exclude_paths:
exclude_patterns:
- ".idea/"
- "dist/"

0 comments on commit 5479621

Please sign in to comment.