File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
php :
17
17
- ' 8.0'
18
- - ' 8.1'
19
- - ' 8.2'
20
- - ' 8.3'
21
18
dependencies :
22
19
- ' highest'
23
20
53
50
matrix :
54
51
php :
55
52
- ' 8.0'
56
- - ' 8.1'
57
- - ' 8.2'
58
- - ' 8.3'
59
53
dependencies :
60
54
- ' highest'
61
55
Original file line number Diff line number Diff line change 14
14
vendor/bin/psalm --threads=4 --diff
15
15
16
16
coding-standards : ecs
17
- code-quality : coding-standards phpstan psalm
17
+ code-quality : phpstan psalm
Original file line number Diff line number Diff line change 1
1
Hereldar's Easy Coding Standards configuration
2
2
==============================================
3
3
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 ]
4
8
[ ![ License] [ license-badge ]] [ license-url ]
5
9
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
6
18
[ license-badge ] : https://img.shields.io/badge/license-MIT-brightgreen.svg
7
19
[ license-url ] : LICENSE
8
20
9
21
Opinionated linting configuration inspired on [ Codely's Coding Style] ( https://github.com/CodelyTV/php-coding_style-codely ) .
10
22
11
- ** Currently under development.**
12
-
13
23
How to use
14
24
----------
15
25
You can’t perform that action at this time.
0 commit comments