-
Couldn't load subscription status.
- Fork 102
Description
For now only real-time UCT inspections are available for the themes in the Magento 2.
We should add themes support of the UCT action execution.
Describe the solution you'd like (*)
Add the same heading as for the module for each module inside a theme:
Above add a heading with the theme name, as for an ex.:
Theme Name: frontend/Testgento/store
--------------------Maybe we should add separate setting to specify path to the theme folder:
Describe alternatives you've considered
N/A. But any ideas will be appreciated.
Additional context
Module locator: com.magento.idea.magento2uct.util.module.UctModuleLocatorUtil
Output util: com.magento.idea.magento2uct.execution.output.UctReportOutputUtil
Report builder: com.magento.idea.magento2uct.execution.output.ReportBuilder
Mainline branch: mainline/uct-1023-theme-scanning-feature

