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

Modify how PHPCS availability is checked #259

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

bordoni
Copy link
Member

@bordoni bordoni commented Sep 21, 2023

Description of the Change

A couple of users were reporting problems with the PHPCS tests not running properly, so we made changes to avoid the is_executable, now it only checks for the presence of the binary file.

Resolves #254

Changelog Entry

  • Ensure that the PHPCS check runs even when the PHPCS binary is not executable.

@bordoni bordoni added the [Type] Bug An existing feature is broken label Sep 21, 2023
@bordoni bordoni self-assigned this Sep 21, 2023
@EvanHerman
Copy link

EvanHerman commented Sep 21, 2023

Simple enough change. Working on my end. Looks good to me 👍

@bordoni bordoni merged commit 5f7d4d6 into legacy-plugin Sep 21, 2023
2 checks passed
@bordoni bordoni deleted the fix/issue-254-phpcs-executable branch September 21, 2023 23:38
@bordoni bordoni mentioned this pull request Sep 22, 2023
1 task
@bordoni bordoni added this to the 0.2.1 milestone Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature is broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants