We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c168b commit 851c294Copy full SHA for 851c294
src/Unleashed/ruleset.xml
@@ -6,6 +6,10 @@
6
>
7
<description>The Unleashed Technologies PHP coding standard.</description>
8
9
+ <!-- Don't apply to CSS or JS; we have separate standards for those -->
10
+ <exclude-pattern>*.css</exclude-pattern>
11
+ <exclude-pattern>*.js</exclude-pattern>
12
+
13
<!-- Import PSR-12 coding standard (base) -->
14
<rule ref="PSR12">
15
<!-- checked by SlevomatCodingStandard.Namespaces.NamespaceSpacing -->
0 commit comments