Skip to content

Commit 01c8b57

Browse files
🔧 Remove exclude pattern
1 parent 602f1ca commit 01c8b57

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

SymfonyCustom/ruleset.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
<!-- See http://symfony.com/doc/current/contributing/code/standards.html -->
44
<description>The SymfonyCustom coding standard.</description>
55

6-
<!-- We should only be concerned by src and tests folder -->
7-
<exclude-pattern>*/app/*</exclude-pattern>
8-
<exclude-pattern>*/bin/*</exclude-pattern>
9-
<exclude-pattern>*/var/*</exclude-pattern>
10-
<exclude-pattern>*/vendor/*</exclude-pattern>
11-
<exclude-pattern>*/web/*</exclude-pattern>
12-
13-
<!-- There should not be any code in the bundle Resources directory. -->
14-
<exclude-pattern>*/Resources/*</exclude-pattern>
15-
166
<!-- ************** -->
177
<!-- *** PSR2 *** -->
188
<!-- ************** -->

0 commit comments

Comments
 (0)