Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Remove falsy path in phplint config #549

Closed
wants to merge 1 commit into from

Conversation

rintisch
Copy link
Collaborator

@rintisch rintisch commented Jul 8, 2024

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!

Setting the path to `path: ./../` gets wrong
results as it make the linter running in the
parent directory. Simply removing works when
running it with the composer command.

phplint is not used by the CI
@extcode
Copy link
Owner

extcode commented Oct 11, 2024

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.

@extcode
Copy link
Owner

extcode commented Oct 11, 2024

I removed phplint in f141db0 and use the php -l linting like I do in the Pipelines.

@extcode extcode closed this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants