We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3c1d0 commit 029f13dCopy full SHA for 029f13d
1 file changed
Taskfile.yml
@@ -97,6 +97,18 @@ tasks:
97
vars:
98
TASK_ARGS: run --rm prettier '**/*.{yml,yaml}' --check
99
100
+ code-analysis:php:
101
+ - task: code-analysis:php:mago
102
+ - task: code-analysis:php:phpstan
103
+
104
+ code-analysis:php:mago:
105
+ - task: mago:analyze
106
107
+ code-analysis:php:phpstan:
108
+ - task: compose
109
+ vars:
110
+ TASK_ARGS: run --rm phpfpm vendor/bin/phpstan
111
112
# https://mago.carthage.software/latest/en/guide/getting-started/
113
mago:run:
114
desc: 'Run all Mago steps (cf. https://mago.carthage.software/latest/en/guide/getting-started/)'
0 commit comments