Skip to content

Commit e2d87d3

Browse files
committed
Remove folders from phpcs
1 parent 6c7f388 commit e2d87d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpcs.xml.dist

-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99

1010
<config name="ignore_warnings_on_exit" value="1"/>
1111

12-
<exclude-pattern>*/Report/Html/template/*</exclude-pattern>
13-
1412
<arg name="colors"/>
1513
<arg value="s"/>
1614

1715
<rule ref="PSR2">
18-
<exclude-pattern>*/Report/Html/template/*.php</exclude-pattern>
1916
<exclude-pattern>*/tests/*/examples/*.php</exclude-pattern>
2017
<exclude-pattern>*/src/functions.php</exclude-pattern>
2118
</rule>

0 commit comments

Comments
 (0)