Skip to content

Commit 8c33d44

Browse files
author
Vitaliy Boyko
committed
Static fixes 4
1 parent d0b4e80 commit 8c33d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2plugin/magento/files/LayoutXml.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package com.magento.idea.magento2plugin.magento.files;
77

8+
@SuppressWarnings({"PMD.FieldNamingConventions", "PMD.ClassNamingConventions"})
89
public class LayoutXml {
910
public static String DEFAULT_FILENAME = "default.xml";
1011
public static String CACHEABLE_ATTRIBUTE_NAME = "cacheable";

0 commit comments

Comments
 (0)