The standard currently has <exclude-pattern>*/Resources/*</exclude-pattern>. The idea is to exclude bundle resources. However, this
- also excludes classes in a namespace
Resources
- is specific to Symfony naming conventions and subsequently causes issues in other projects
In general I feel that this is something that belongs in the downstream definition, because, as far as I know, it can not be reverted.
What do you think?
The standard currently has
<exclude-pattern>*/Resources/*</exclude-pattern>. The idea is to exclude bundle resources. However, thisResourcesIn general I feel that this is something that belongs in the downstream definition, because, as far as I know, it can not be reverted.
What do you think?