Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
feat(codeclimate): Add config yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jan 2, 2018
1 parent 2580ef5 commit 84d7466
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
engines:
duplication:
enabled: true
config:
languages:
- typescript
tslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**/*.ts"
exclude_paths: []

0 comments on commit 84d7466

Please sign in to comment.