summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-05-11 11:11:07 +0200
committerGitHub <noreply@github.com>2023-05-11 11:11:07 +0200
commit5a1cd61cbdc57e0afc0fc90d4690eb8a9296d85e (patch)
treeabc2392282ee161d2c57aeb5365b215ce7ca5630
parent3a044e790885d86952c052b5d87e4215a986fae5 (diff)
Update badges in README (#494)
Use table format, distinguish between Package and Development, add few new badges.
-rw-r--r--README.md9
-rw-r--r--gitlint-core/README.md9
2 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6a9a46c..6ec7e8d 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
# gitlint: [jorisroovers.github.io/gitlint](https://jorisroovers.github.io/gitlint/) #
-[![Tests](https://github.com/jorisroovers/gitlint/workflows/Tests%20and%20Checks/badge.svg)](https://github.com/jorisroovers/gitlint/actions?query=workflow%3A%22Tests+and+Checks%22)
-[![Coverage Status](https://coveralls.io/repos/github/jorisroovers/gitlint/badge.svg?branch=fix-coveralls)](https://coveralls.io/github/jorisroovers/gitlint?branch=fix-coveralls)
-[![PyPi Package](https://img.shields.io/pypi/v/gitlint.png)](https://pypi.python.org/pypi/gitlint)
-![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint.svg)
+
+| | |
+| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Package | [![PyPi Package](https://img.shields.io/pypi/v/gitlint)](https://pypi.python.org/pypi/gitlint) ![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint.svg) ![PyPI - Downloads](https://img.shields.io/pypi/dm/gitlint) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) |
+| Development | [![Tests](https://github.com/jorisroovers/gitlint/workflows/Tests%20and%20Checks/badge.svg)](https://github.com/jorisroovers/gitlint/actions?query=workflow%3A%22Tests+and+Checks%22) [![Coverage Status](https://coveralls.io/repos/github/jorisroovers/gitlint/badge.svg?branch=fix-coveralls)](https://coveralls.io/github/jorisroovers/gitlint?branch=fix-coveralls) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff) [![format - Black](https://img.shields.io/badge/format-black-000000.svg)](https://github.com/psf/black) [![types - mypy](https://img.shields.io/badge/types-mypy-blue.svg)](https://github.com/python/mypy)| |
Git commit message linter written in python, checks your commit messages for style.
diff --git a/gitlint-core/README.md b/gitlint-core/README.md
index 12dd14a..1e0e376 100644
--- a/gitlint-core/README.md
+++ b/gitlint-core/README.md
@@ -1,11 +1,10 @@
# Gitlint-core
# gitlint: [jorisroovers.github.io/gitlint](https://jorisroovers.github.io/gitlint/) #
-
-[![Tests](https://github.com/jorisroovers/gitlint/workflows/Tests%20and%20Checks/badge.svg)](https://github.com/jorisroovers/gitlint/actions?query=workflow%3A%22Tests+and+Checks%22)
-[![Coverage Status](https://coveralls.io/repos/github/jorisroovers/gitlint/badge.svg?branch=fix-coveralls)](https://coveralls.io/github/jorisroovers/gitlint?branch=fix-coveralls)
-[![PyPi Package](https://img.shields.io/pypi/v/gitlint.png)](https://pypi.python.org/pypi/gitlint)
-![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint.svg)
+| | |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Package | [![PyPi Package](https://img.shields.io/pypi/v/gitlint)](https://pypi.python.org/pypi/gitlint-core) ![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint-core.svg) ![PyPI - Downloads](https://img.shields.io/pypi/dm/gitlint-core) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) |
+| Development | [![Tests](https://github.com/jorisroovers/gitlint/workflows/Tests%20and%20Checks/badge.svg)](https://github.com/jorisroovers/gitlint/actions?query=workflow%3A%22Tests+and+Checks%22) [![Coverage Status](https://coveralls.io/repos/github/jorisroovers/gitlint/badge.svg?branch=fix-coveralls)](https://coveralls.io/github/jorisroovers/gitlint?branch=fix-coveralls) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff) [![format - Black](https://img.shields.io/badge/format-black-000000.svg)](https://github.com/psf/black) [![types - mypy](https://img.shields.io/badge/types-mypy-blue.svg)](https://github.com/python/mypy) |
Git commit message linter written in python, checks your commit messages for style.