-
Notifications
You must be signed in to change notification settings - Fork 270
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
Add a PHPCS Ruleset That Can Identify Incompatibilities with Playground #1773
Comments
@bgrgicak let's find or start one central place, e.g. a tracking issue, to list all this compatibility-related work, prioritize, figure out where we are, where we're going etc. Related issues that caught my eye: |
I created a temporary milestone for compatibility tasks. @adamziel Would you like me to start a discussion next week about this project? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's investigate whether we can identify problems with PHP code (for example: plugins) on a PHPCS basis without running through all code paths in Playground. This ruleset needs to be updated as Playground evolves, but it can serve as a tool to identify potential issues.
Additionally, we could consider implementing PHP fixers (phpcbf) for problems that can be easily avoided.
Examples of rules:
The text was updated successfully, but these errors were encountered: