-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adds test for phpcs using Matomo coding standards, #PG-3751 #547
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good 👍 The only concern I have is the code sniffer dependency (vendor/) being committed. That doesn't seem like something that should be included in production.
@snake14 Slevomat requires phpcodensiffer |
@AltamashShaikh Shouldn't Slevomat be |
@snake14 As discussed I |
Thank you. That looks a lot better. You could probably ignore the two new files in |
I think it would be great to split this PR into two - one where we add the config and any necessary dependencies, and leave the reformatting for a separate one. Together it makes it harder to review. |
…rg/plugin-GoogleAnalyticsImporter into spice-psr-check-coding-standard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from Michal's latest comments, I think things are looking good 👍
@sgiehl @michalkleiner Can you guys please check this PR ? If all looks good we can add the similar changes to other plugins. |
I think that looks fine now. 👍 |
Description:
Adds test for phpcs using Matomo coding standards
Fixes: #PG-3751
Review