We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, this is awesome thanks for the project.
Would it be possible to extend this to make it pick up the following? Coder Sniffer DrupalPractice Codespell
These do not seem to be picked up by the quality checker.
The text was updated successfully, but these errors were encountered:
Sure, we just need to add additional checks. I think code sniffer is already set. PRs are welcome 👍
Sorry, something went wrong.
To add DrupalPractice to Codesniffer, in grumphp.yml:
parameters: tasks: phpcs: standard: Drupal,DrupalPractice
Add commonly used classes to static call ignore list for phpmd (#2)
37c26e2
Co-authored-by: Ashish Prabhakar <[email protected]>
No branches or pull requests
First of all, this is awesome thanks for the project.
Would it be possible to extend this to make it pick up the following?
Coder Sniffer
DrupalPractice
Codespell
These do not seem to be picked up by the quality checker.
The text was updated successfully, but these errors were encountered: