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 5454 key : ${{ runner.os }}-psalm-cache-${{ hashFiles('psalm.xml', 'psalm-baseline.xml') }}
5555
5656 - 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+
14# IxDF Coding Standard for Laravel
25
3- An opinoned ruleset focused on strict types.
6+ An opinionated ruleset focused on strict types.
47Suitable for both applications and packages.
58
69
@@ -41,13 +44,13 @@ composer require --dev interaction-design-foundation/coding-standard
4144- To run checks only:
4245
4346``` shell
44- composer cs- check
47+ composer cs: check
4548```
4649
4750- To automatically fix many CS issues:
4851
4952``` shell
50- composer cs- fix
53+ composer cs: fix
5154```
5255
5356## Ignoring parts of a File
You can’t perform that action at this time.
0 commit comments