Skip to content

Commit

Permalink
chore(codeclimate): Add codecalimate config and badge to readme
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a8a8d1)
  • Loading branch information
gund committed Feb 19, 2017
1 parent d97a346 commit 8ea73ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,14 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
tslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**/*.ts"
exclude_paths: []
1 change: 1 addition & 0 deletions README.MD
Expand Up @@ -4,6 +4,7 @@
[![Travis CI](https://img.shields.io/travis/gund/ng-dynamic-component/master.svg?maxAge=2592000)](https://travis-ci.org/gund/ng-dynamic-component)
[![Coverage](https://img.shields.io/codecov/c/github/gund/ng-dynamic-component.svg?maxAge=2592000)](https://codecov.io/gh/gund/ng-dynamic-component)
[![Code Climate](https://img.shields.io/codeclimate/github/gund/ng-dynamic-component.svg?maxAge=2592000)](https://codeclimate.com/github/gund/ng-dynamic-component)
[![Npm](https://img.shields.io/npm/v/ng-dynamic-component.svg?maxAge=2592000)](https://badge.fury.io/js/ng-dynamic-component)
[![Npm Downloads](https://img.shields.io/npm/dt/ng-dynamic-component.svg?maxAge=2592000)](https://www.npmjs.com/package/ng-dynamic-component)
[![Licence](https://img.shields.io/npm/l/ng-dynamic-component.svg?maxAge=2592000)](https://github.com/gund/ng-dynamic-component/blob/master/LICENSE)
Expand Down

0 comments on commit 8ea73ab

Please sign in to comment.