Skip to content

Commit 67086c7

Browse files
authored
docs: add new badges to README (#353)
Two new badges added: - eslint-remote-tester status - snyk package health status
1 parent 43a14a2 commit 67086c7

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

README.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
[![Build status][build-badge]][build-url]
1515
[![Package version][version-badge]][version-url]
16+
[![eslint-remote-tester][eslint-remote-tester-badge]][eslint-remote-tester-workflow]
17+
[![eslint-plugin-testing-library][package-health-badge]][package-health-url]
1618
[![MIT License][license-badge]][license-url]
1719
<br>
1820
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
@@ -203,27 +205,6 @@ To enable this configuration use the `extends` property in your
203205
| [testing-library/prefer-wait-for](docs/rules/prefer-wait-for.md) | Use `waitFor` instead of deprecated wait methods | | ![fixable-badge][] |
204206
| [testing-library/render-result-naming-convention](docs/rules/render-result-naming-convention.md) | Enforce a valid naming for return value from `render` | ![angular-badge][] ![react-badge][] ![vue-badge][] | |
205207

206-
[build-badge]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml/badge.svg
207-
[build-url]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml
208-
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library?style=flat-square
209-
[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library
210-
[license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library?style=flat-square
211-
[license-url]: https://github.com/testing-library/eslint-plugin-testing-library/blob/main/license
212-
[pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
213-
[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-testing-library?color=orange&style=flat-square
214-
[pr-url]: http://makeapullrequest.com
215-
[gh-watchers-badge]: https://img.shields.io/github/watchers/testing-library/eslint-plugin-testing-library?style=social
216-
[gh-watchers-url]: https://github.com/testing-library/eslint-plugin-testing-library/watchers
217-
[gh-stars-badge]: https://img.shields.io/github/stars/testing-library/eslint-plugin-testing-library?style=social
218-
[gh-stars-url]: https://github.com/testing-library/eslint-plugin-testing-library/stargazers
219-
[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Ftesting-library%2Feslint-plugin-testing-library
220-
[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2ftesting-library%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev
221-
[dom-badge]: https://img.shields.io/badge/%F0%9F%90%99-DOM-black?style=flat-square
222-
[fixable-badge]: https://img.shields.io/badge/fixable-success?style=flat-square
223-
[angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
224-
[react-badge]: https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black
225-
[vue-badge]: https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black
226-
227208
## Aggressive Reporting
228209

229210
In v4 this plugin introduced a new feature called "Aggressive Reporting", which intends to detect Testing Library utils usages even if they don't come directly from a Testing Library package (i.e. [using a custom utility file to re-export everything from Testing Library](https://testing-library.com/docs/react-testing-library/setup/#custom-render)). You can [read more about this feature here](docs/migrating-to-v4-guide.md#aggressive-reporting).
@@ -385,3 +366,28 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
385366
<!-- ALL-CONTRIBUTORS-LIST:END -->
386367

387368
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
369+
370+
[build-badge]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml/badge.svg
371+
[build-url]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml
372+
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library
373+
[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library
374+
[license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library
375+
[eslint-remote-tester-badge]: https://img.shields.io/github/workflow/status/AriPerkkio/eslint-remote-tester/eslint-plugin-testing-library?label=eslint-remote-tester
376+
[eslint-remote-tester-workflow]: https://github.com/AriPerkkio/eslint-remote-tester/actions?query=workflow%3Aeslint-plugin-testing-library
377+
[package-health-badge]: https://snyk.io/advisor/npm-package/eslint-plugin-testing-library/badge.svg
378+
[package-health-url]: https://snyk.io/advisor/npm-package/eslint-plugin-testing-library
379+
[license-url]: https://github.com/testing-library/eslint-plugin-testing-library/blob/main/license
380+
[pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
381+
[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-testing-library?color=orange&style=flat-square
382+
[pr-url]: http://makeapullrequest.com
383+
[gh-watchers-badge]: https://img.shields.io/github/watchers/testing-library/eslint-plugin-testing-library?style=social
384+
[gh-watchers-url]: https://github.com/testing-library/eslint-plugin-testing-library/watchers
385+
[gh-stars-badge]: https://img.shields.io/github/stars/testing-library/eslint-plugin-testing-library?style=social
386+
[gh-stars-url]: https://github.com/testing-library/eslint-plugin-testing-library/stargazers
387+
[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Ftesting-library%2Feslint-plugin-testing-library
388+
[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2ftesting-library%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev
389+
[dom-badge]: https://img.shields.io/badge/%F0%9F%90%99-DOM-black?style=flat-square
390+
[fixable-badge]: https://img.shields.io/badge/fixable-success?style=flat-square
391+
[angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
392+
[react-badge]: https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black
393+
[vue-badge]: https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black

0 commit comments

Comments
 (0)