File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 54
54
key : ${{ runner.os }}-psalm-cache-${{ hashFiles('psalm.xml', 'psalm-baseline.xml') }}
55
55
56
56
- name : Run Psalm
57
- run : composer psalm
57
+ run : composer psalm -- --shepherd
Original file line number Diff line number Diff line change
1
+ [ ![ PHP Psalm] ( https://github.com/InteractionDesignFoundation/coding-standard/actions/workflows/psalm.yml/badge.svg )] ( https://github.com/InteractionDesignFoundation/coding-standard/actions/workflows/psalm.yml )
2
+ [ ![ Type coverage] ( https://shepherd.dev/github/interaction-design-foundation/coding-standard/coverage.svg )] ( https://shepherd.dev/github/interaction-design-foundation/coding-standard )
3
+
1
4
# IxDF Coding Standard for Laravel
2
5
3
- An opinoned ruleset focused on strict types.
6
+ An opinionated ruleset focused on strict types.
4
7
Suitable for both applications and packages.
5
8
6
9
@@ -41,13 +44,13 @@ composer require --dev interaction-design-foundation/coding-standard
41
44
- To run checks only:
42
45
43
46
``` shell
44
- composer cs- check
47
+ composer cs: check
45
48
```
46
49
47
50
- To automatically fix many CS issues:
48
51
49
52
``` shell
50
- composer cs- fix
53
+ composer cs: fix
51
54
```
52
55
53
56
## Ignoring parts of a File
You can’t perform that action at this time.
0 commit comments