6 Commits

Author SHA1 Message Date
kenjis
77b0b1d52a
chore: add new parameters
To suppress the following warnings:
Warning: "findUnusedBaselineEntry" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.
Warning: "findUnusedCode" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.

findUnusedBaselineEntry="false"
Because enabled PHP extensions vary depending on the developer's environment,
setting this to true will likely result in errors.
2023-05-24 08:33:14 +09:00
kenjis
e7a7c87953
chore: suppress UndefinedGlobalVariable in tests/_support/View/Cells/ 2022-11-18 10:16:19 +09:00
kenjis
61fe138c60
chore: add psalm-baseline.xml
vendor/bin/psalm --set-baseline=psalm-baseline.xml
2022-11-17 17:50:03 +09:00
kenjis
d24bd0fef2
chore: change errorLevel to 8
There are more than 10,000 errors with level 1.
2022-09-12 11:03:06 +09:00
MGatner
0488516d79
Update psalm.xml
Co-authored-by: kenjis <kenji.uui@gmail.com>
2022-08-29 06:12:42 -04:00
MGatner
bd51e988be
Add Psalm 2022-08-29 01:10:39 +00:00