Skip to content

Commit f81f0dd

Browse files
committed
Prepare for publication
1 parent dc5165e commit f81f0dd

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
matrix:
1616
php:
1717
- '8.0'
18-
- '8.1'
19-
- '8.2'
20-
- '8.3'
2118
dependencies:
2219
- 'highest'
2320

@@ -53,9 +50,6 @@ jobs:
5350
matrix:
5451
php:
5552
- '8.0'
56-
- '8.1'
57-
- '8.2'
58-
- '8.3'
5953
dependencies:
6054
- 'highest'
6155

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ psalm:
1414
vendor/bin/psalm --threads=4 --diff
1515

1616
coding-standards: ecs
17-
code-quality: coding-standards phpstan psalm
17+
code-quality: phpstan psalm

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
Hereldar's Easy Coding Standards configuration
22
==============================================
33

4+
[![PHP][php-badge]][php-url]
5+
[![Type Coverage][shepherd-coverage-badge]][shepherd-url]
6+
[![Psalm Level][shepherd-level-badge]][shepherd-url]
7+
[![Packagist][packagist-version-badge]][packagist-url]
48
[![License][license-badge]][license-url]
59

10+
[php-badge]: https://img.shields.io/badge/php-8.0%20to%208.3-777bb3.svg
11+
[php-url]: https://coveralls.io/github/hereldar/php-coding-style
12+
[shepherd-coverage-badge]: https://shepherd.dev/github/hereldar/php-coding-style/coverage.svg
13+
[shepherd-level-badge]: https://shepherd.dev/github/hereldar/php-coding-style/level.svg
14+
[shepherd-url]: https://shepherd.dev/github/hereldar/php-coding-style
15+
[packagist-version-badge]: https://img.shields.io/packagist/v/hereldar/coding-style.svg
16+
[packagist-downloads-badge]: https://img.shields.io/packagist/dt/hereldar/coding-style.svg
17+
[packagist-url]: https://packagist.org/packages/hereldar/coding-style
618
[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg
719
[license-url]: LICENSE
820

921
Opinionated linting configuration inspired on [Codely's Coding Style](https://github.com/CodelyTV/php-coding_style-codely).
1022

11-
**Currently under development.**
12-
1323
How to use
1424
----------
1525

0 commit comments

Comments
 (0)