We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602f1ca commit 01c8b57Copy full SHA for 01c8b57
SymfonyCustom/ruleset.xml
@@ -3,16 +3,6 @@
3
<!-- See http://symfony.com/doc/current/contributing/code/standards.html -->
4
<description>The SymfonyCustom coding standard.</description>
5
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
16
<!-- ************** -->
17
<!-- *** PSR2 *** -->
18
0 commit comments