We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83c68b commit 50e41c1Copy full SHA for 50e41c1
CodeatCodingStandard/ruleset.xml
@@ -11,6 +11,7 @@
11
<exclude-pattern type="relative">^\.git/*</exclude-pattern>
12
<exclude-pattern>/vendor/*</exclude-pattern>
13
<exclude-pattern>/node_modules/*</exclude-pattern>
14
+ <exclude-pattern>/assets/build/*</exclude-pattern>
15
<exclude-pattern>freemius</exclude-pattern>
16
<exclude-pattern>*test*</exclude-pattern>
17
<exclude-pattern>index.php</exclude-pattern>
0 commit comments