Skip to content

Commit 334b769

Browse files
committed
UCT-1030: added xml files
1 parent 09e73ff commit 334b769

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/com/magento/idea/magento2uct/inspections/xml/ModuleConfigFileInspection.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ abstract class ModuleConfigFileInspection extends XmlSuppressableInspectionTool
4545
"mview.xml",
4646
"product_types.xml",
4747
"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"
4857
};
4958
private ProblemsHolder problemsHolder;
5059

0 commit comments

Comments
 (0)