You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
We have been using extra/GitHub-actions-m2/Magento-coding-standard/8.1@master for a few months already.
Lately, any action run ends with an error: Referenced sniff "PHPCompatibility.FunctionUse.RemovedFunctions" does not exist.
You can find the action run log here
I would appreciate any help.
Thank you
Itay
The text was updated successfully, but these errors were encountered:
I've tracked this down to a change in dependencies in the magento-coding-standard: magento/magento-coding-standard@2a50cc7. We were setting an explicit installed_paths setting for PHP_CodeSniffer, but this is no longer compatible. I've switched to using the official plug-in in #111, which fixes this problem, and safe-guards us from future changes in dependencies.
Hi
We have been using extra/GitHub-actions-m2/Magento-coding-standard/8.1@master for a few months already.
Lately, any action run ends with an error: Referenced sniff "PHPCompatibility.FunctionUse.RemovedFunctions" does not exist.
You can find the action run log here
I would appreciate any help.
Thank you
Itay
The text was updated successfully, but these errors were encountered: