Skip to content

Commit d6e63c6

Browse files
authoredMar 16, 2022
Add codeclimate badges (#6)
1 parent 9ab84b3 commit d6e63c6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ the community.
116116

117117
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118118
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
119+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
120120

121121
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122122
enforcement ladder](https://github.com/mozilla/diversity).
123123

124124
[homepage]: https://www.contributor-covenant.org
125125

126126
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
127+
<https://www.contributor-covenant.org/faq>. Translations are available at
128+
<https://www.contributor-covenant.org/translations>.

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Slopeone
22

33
![Tests](https://github.com/phpjuice/slopeone/workflows/Tests/badge.svg?branch=main)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/4b362481ae8a8cf39936/maintainability)](https://codeclimate.com/github/phpjuice/slopeone/maintainability)
45
[![Latest Stable Version](http://poser.pugx.org/phpjuice/slopeone/v)](https://packagist.org/packages/phpjuice/slopeone)
56
[![Total Downloads](http://poser.pugx.org/phpjuice/slopeone/downloads)](https://packagist.org/packages/phpjuice/slopeone)
67
[![License](http://poser.pugx.org/phpjuice/slopeone/license)](https://packagist.org/packages/phpjuice/slopeone)
@@ -93,7 +94,7 @@ this should produce the following results
9394
you can easily run tests using composer
9495

9596
```bash
96-
$ composer test
97+
composer test
9798
```
9899

99100
## Built With
@@ -129,6 +130,7 @@ the [tags on this repository](https://github.com/PHPJuice/slopeone/tags).
129130
license. Please see the [Licence](https://github.com/phpjuice/slopeone/blob/main/LICENSE) for more information.
130131

131132
![Tests](https://github.com/phpjuice/slopeone/workflows/Tests/badge.svg?branch=main)
133+
[![Maintainability](https://api.codeclimate.com/v1/badges/4b362481ae8a8cf39936/maintainability)](https://codeclimate.com/github/phpjuice/slopeone/maintainability)
132134
[![Latest Stable Version](http://poser.pugx.org/phpjuice/slopeone/v)](https://packagist.org/packages/phpjuice/slopeone)
133135
[![Total Downloads](http://poser.pugx.org/phpjuice/slopeone/downloads)](https://packagist.org/packages/phpjuice/slopeone)
134136
[![License](http://poser.pugx.org/phpjuice/slopeone/license)](https://packagist.org/packages/phpjuice/slopeone)

0 commit comments

Comments
 (0)
Please sign in to comment.