We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e73ff commit 334b769Copy full SHA for 334b769
src/com/magento/idea/magento2uct/inspections/xml/ModuleConfigFileInspection.java
@@ -45,6 +45,15 @@ abstract class ModuleConfigFileInspection extends XmlSuppressableInspectionTool
45
"mview.xml",
46
"product_types.xml",
47
"widget.xml",
48
+ "queue.xml",
49
+ "product_options.xml",
50
+ "export.xml",
51
+ "import.xml",
52
+ "analytics.xml",
53
+ "reports.xml",
54
+ "pdf.xml",
55
+ "cache.xml",
56
+ "validation.xml"
57
};
58
private ProblemsHolder problemsHolder;
59
0 commit comments