File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 32
32
}
33
33
},
34
34
"scripts" : {
35
- "codestyle" : " php-cs-fixer fix --verbose --diff " ,
35
+ "codestyle" : " php-cs-fixer fix" ,
36
36
"coverage" : " phpunit --coverage-html=\" .phpunit.cache/code-coverage\" " ,
37
37
"phpstan" : " phpstan analyze --memory-limit 512M --configuration .phpstan.neon" ,
38
38
"phpunit" : " phpunit" ,
39
39
"reuse-annotate" : " pipx run reuse annotate src tests --license=\" GPL-3.0-or-later\" --copyright=\" 2015-2023 Artur Weigandt https://wlabs.de/kontakt\" --recursive --exclude-year --copyright-style=\" spdx\" " ,
40
- "reuse-lint" : " pipx run reuse --suppress-deprecation lint"
40
+ "reuse-lint" : " pipx run reuse --suppress-deprecation lint" ,
41
+ "test" : [
42
+ " @codestyle --verbose --diff" ,
43
+ " @phpstan" ,
44
+ " @phpunit"
45
+ ]
41
46
},
42
47
"config" : {
43
48
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments