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 d0b4e80 commit 8c33d44Copy full SHA for 8c33d44
src/com/magento/idea/magento2plugin/magento/files/LayoutXml.java
@@ -5,6 +5,7 @@
5
6
package com.magento.idea.magento2plugin.magento.files;
7
8
+@SuppressWarnings({"PMD.FieldNamingConventions", "PMD.ClassNamingConventions"})
9
public class LayoutXml {
10
public static String DEFAULT_FILENAME = "default.xml";
11
public static String CACHEABLE_ATTRIBUTE_NAME = "cacheable";
0 commit comments