Skip to content

Commit aaaca32

Browse files
authored
Merge pull request #70 from samlanning/lgtm-badges
Add lgtm badges to readme
2 parents 77c496d + 8e83119 commit aaaca32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Animate React Component in queue, thanks to [rc-animate](https://github.com/reac
66
[![NPM version][npm-image]][npm-url]
77
[![build status][travis-image]][travis-url]
88
[![Test coverage][coveralls-image]][coveralls-url]
9+
[![Total alerts][lgtm-alerts-image]][lgtm-alerts-url]
10+
[![Language grade: JavaScript][lgtm-grade-image]][lgtm-grade-url]
911
[![node version][node-image]][node-url]
1012
[![npm download][download-image]][download-url]
1113

@@ -15,6 +17,10 @@ Animate React Component in queue, thanks to [rc-animate](https://github.com/reac
1517
[travis-url]: https://travis-ci.org/react-component/queue-anim
1618
[coveralls-image]: https://img.shields.io/coveralls/react-component/queue-anim.svg?style=flat-square
1719
[coveralls-url]: https://coveralls.io/r/react-component/queue-anim?branch=master
20+
[lgtm-alerts-image]: https://img.shields.io/lgtm/alerts/g/react-component/queue-anim.svg?logo=lgtm&logoWidth=18&style=flat-square
21+
[lgtm-alerts-url]: https://lgtm.com/projects/g/react-component/queue-anim/alerts/
22+
[lgtm-grade-image]: https://img.shields.io/lgtm/grade/javascript/g/react-component/queue-anim.svg?logo=lgtm&logoWidth=18&style=flat-square
23+
[lgtm-grade-url]: https://lgtm.com/projects/g/react-component/queue-anim/context:javascript
1824
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
1925
[node-url]: http://nodejs.org/download/
2026
[download-image]: https://img.shields.io/npm/dm/rc-queue-anim.svg?style=flat-square

0 commit comments

Comments
 (0)