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

Make PHPCodeSniffer PreCommit Hook accept additional parameters #35

Open
mariomeyer opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@mariomeyer
Copy link

mariomeyer commented Nov 6, 2024

Currently PHPCS PreCommit Hook doesn't accept additional parameters.

I have created locally a new version of it that does.

Scenario:

  • I want to be able to locally see the warnings when I run PHPCS
  • But I wan them to block commits to the branch.
  • So I can't just set severity 0 for all warnings on the phpcs.xml or I won't see them locally.
  • Ideal resolution is the ability to run on the hook with either --warning-severity=0 or -n
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

No branches or pull requests

1 participant