File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments