Replace super-linter with a reusable workflow #82
php.yml
on: push
Matrix: PHP-Linter
Linter
/
ecmascript-linter
Linter
/
json-linter
Linter
/
style-linter
Linter
/
yaml-linter
Quality control
53s
Security checks
21s
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Cleanup artifacts
0s
Annotations
4 errors and 1 warning
|
Linter / yaml-linter
Process completed with exit code 1.
|
|
Quality control
Process completed with exit code 2.
|
|
MissingOverrideAttribute:
src/Auth/Process/EntityCategory.php#L127
src/Auth/Process/EntityCategory.php:127:5: MissingOverrideAttribute: Method SimpleSAML\Module\entitycategories\Auth\Process\EntityCategory::process should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/Auth/Process/EntityCategory.php#L24
src/Auth/Process/EntityCategory.php:24:7: ClassMustBeFinal: Class SimpleSAML\Module\entitycategories\Auth\Process\EntityCategory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
UnusedClass:
src/Auth/Process/EntityCategory.php#L24
src/Auth/Process/EntityCategory.php:24:7: UnusedClass: Class SimpleSAML\Module\entitycategories\Auth\Process\EntityCategory is never used (see https://psalm.dev/075)
|