Closed rintisch closed 1 month ago
I would suggest to remove the phplint command, because it is only used in the composer script section and replace the linting in the script with php -l
as in gitlab ci or github action configuration.
I removed phplint in f141db0 and use the php -l
linting like I do in the Pipelines.
Setting the path to
path: ./../
gets wrong results as it make the linter running in the parent directory of the extensoin. Simply removing works when running it with the composer command.Note: phplint is not used by the CI!