Skip to content

Commit 154c8d0

Browse files
committed
Try github formatter
1 parent a77e5c5 commit 154c8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: composer update --no-progress --prefer-dist --no-interaction
7272
-
7373
name: Run PHPStan
74-
run: composer check:types
74+
run: vendor/bin/phpstan -vv --ansi --errot-format=github
7575

7676
tests:
7777
runs-on: ubuntu-latest

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232
uncheckedExceptionClasses:
3333
- LogicException
3434

35-
editorUrl: ? # jetbrains://php-storm/navigate/reference?project=dead-code-detector&path=%%relFile%%:%%line%%
35+
editorUrl: 'jetbrains://php-storm/navigate/reference?project=dead-code-detector&path=%%relFile%%:%%line%%' # requires usage of JetBrains Toolbox
3636
editorUrlTitle: '%%relFile%%:%%line%%'
3737

3838
shipmonkRules:

0 commit comments

Comments
 (0)