Skip to content

Commit b0e63cb

Browse files
committed
fix(docs): Update quality code section with Super-Linter and StyleCI badges.
1 parent 2b59c05 commit b0e63cb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## 0.1.0 January 24, 2026
44

5-
- Enh #1 Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw)
5+
- Enh #1: Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw)
6+
- Bug #2: Update quality code section with `Super-Linter` and `StyleCI` badges (@terabytesoftw)

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
</p>
99
<!-- markdownlint-enable MD041 -->
1010

11-
<p align="center">
12-
<a href="https://github.com/php-forge/coding-standard/actions/workflows/linter.yml" target="_blank">
13-
<img src="https://img.shields.io/github/actions/workflow/status/php-forge/coding-standard/linter.yml?style=for-the-badge&label=Super-Linter&logo=github" alt="Super-Linter">
14-
</a>
15-
</p>
16-
1711
<p align="center">
1812
<strong>Centralized ECS and Rector configuration for PHP projects</strong><br>
1913
<em>Share one set of rules across multiple repositories via Composer.</em>
@@ -165,6 +159,11 @@ Follow the same convention used across PHP Forge repositories:
165159
[![Latest Stable Version](https://img.shields.io/packagist/v/php-forge/coding-standard.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/php-forge/coding-standard)
166160
[![Total Downloads](https://img.shields.io/packagist/dt/php-forge/coding-standard.svg?style=for-the-badge&logo=composer&logoColor=white&label=Downloads)](https://packagist.org/packages/php-forge/coding-standard)
167161

162+
## Quality code
163+
164+
[![Super-Linter](https://img.shields.io/github/actions/workflow/status/php-forge/coding-standard/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/php-forge/coding-standard/actions/workflows/linter.yml)
165+
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.styleci.io/repos/1141292628?branch=main)
166+
168167
## License
169168

170169
[![License](https://img.shields.io/badge/License-BSD--3--Clause-brightgreen.svg?style=for-the-badge&logo=opensourceinitiative&logoColor=white&labelColor=555555)](LICENSE)

0 commit comments

Comments
 (0)