Open
Description
Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeSchemaScript rule fails on marketplace with ERROR on on --severity=10 application submission.
-
Marketplace allows you to submit packages supporting 2.2 where UpgradeSchemaScript was not obsolete yet
-
Before Magento 2.3, extension developers were required to write code (PHP scripts) to change the database schema.
-
Until marketplace removes 2.2 support this rule is too strict
-
Instead of declaring this as ERROR leave it as legacy/deprecated , then extension providers can support broader range of installations within one single package (cost effective) and included setup scripts would be just dead weight to higher versions