Hi all,
I have trouble when submit a new version to Marketplace. I failed at Technical Review step.
It say module has "Error" in "Code Sniffer" section, but no "Report" document available for fixing guide.
I also tested pass module with Magento EQP tool (without any error):
php /path/to/marketplace-eqp/vendor/bin/phpcs /path/to/extracted/module/files --standard=MEQP1 --severity=10 --extensions=php,phtml
Anyone has this issue and how to fix it?
Thank you,
Long.
P/S: I already asked Magento Support but they are not able to help.
Hi @nvlong ,
Please check this document as Magento defined some rules set for code sniffer tool.
https://devdocs.magento.com/guides/v2.3/coding-standards/code-standard-sniffers.html
Check once, may be it will resolve your issue.
if issue solved,Click Kudos & Accept as Solution
Hi @Ketika M
Thank you for answer.
Magento Support also sent me this link. But it seem for Magento 2 and I already tested with Magento EQP tool (mention in that link).
I think Marketplace used difference rules with Magento EQP they provide.
Thanks,
Long.
Hi @nvlong ,
That's strange. Btw, I cam across one more blog, may be you can give try to this as well [Not sure, you already visited this link or not]
URL: https://www.dckap.com/blog/validate-magento-2-module-package/
if issue solved,Click Kudos & Accept as Solution
Thank @Ketika M
We used that tool for Magento 2 module too. But this time, we submit Magento 1 module.
I may try re-submit previous version which passed Magento 1 Review to see if Marketplace Review system still same as before.
Thanks,
Long.
Hi @Ketika M and all
After resubmit our Magento 1 plugin version which already pass Review, Marketplace also complaint module not pass Code Sniffer.
So I think Magento has changed it review rules and not update to community.
Any suggestion is appreciate, thanks.
Long.