Skip to content

Commit 0584e6b

Browse files
committed
Add PSR-1 to linting rules.
1 parent 49bf778 commit 0584e6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/phpcs.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
-->
1111
<arg name="colors" />
1212
<arg name="tab-width" value="2" />
13+
<rule ref="PSR1">
14+
<exclude-pattern>/wp2static-addon-s3.php</exclude-pattern>
15+
</rule>
1316
<!-- Custom line length validation -->
1417
<rule ref="Generic.Files.LineLength">
1518
<properties>

0 commit comments

Comments
 (0)