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
https://docs.zen-cart.com/dev/contributing/coding_standards/ Should this not be beefed up to actually state what should be done as a routine cleanup when a file is touched for a "real" reason. Eg:
The text was updated successfully, but these errors were encountered:
at some point, we need to consider a standardized code fixer (not an IDE), ie something like:
https://github.com/FriendsOfPHP/PHP-CS-Fixer or https://styleci.io/ or https://github.com/squizlabs/PHP_CodeSniffer
create our own configuration using one of these tools, and then run the code through that prior to submitting a PR.
Sorry, something went wrong.
Fine by me, always keen to get more guidance on how to do things properly outside my bubble..
No branches or pull requests
https://docs.zen-cart.com/dev/contributing/coding_standards/
Should this not be beefed up to actually state what should be done as a routine cleanup when a file is touched for a "real" reason.
Eg:
The text was updated successfully, but these errors were encountered: