Skip to content

Commit 6efdce8

Browse files
authored
Fix Custom Magento coding standard. Exclude Inventory modules
1 parent 8d9890f commit 6efdce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/static/framework/Magento/ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
<exclude-pattern>*/_files/*</exclude-pattern>
2727
<exclude-pattern>*/Test/*</exclude-pattern>
2828
<exclude-pattern>*Test.php</exclude-pattern>
29-
<exclude-pattern>*/Inventory*/*</exclude-pattern>
29+
<exclude-pattern>*/Magento/Inventory*/*</exclude-pattern>
3030
</rule>
3131
<rule ref="Magento.Annotation.MethodAnnotationStructure">
3232
<include-pattern>*\.(php)</include-pattern>
3333
<exclude-pattern>*/Test/*</exclude-pattern>
3434
<exclude-pattern>*Test.php</exclude-pattern>
3535
<exclude-pattern>*/_files/*</exclude-pattern>
36-
<exclude-pattern>*/Inventory*/*</exclude-pattern>
36+
<exclude-pattern>*/Magento/Inventory*/*</exclude-pattern>
3737
</rule>
3838
<rule ref="Magento.Annotation.ClassAnnotationStructure">
3939
<include-pattern>*\.(php)</include-pattern>
4040
<exclude-pattern>*/Test/*</exclude-pattern>
4141
<exclude-pattern>*Test.php</exclude-pattern>
4242
<exclude-pattern>*/_files/*</exclude-pattern>
43-
<exclude-pattern>*/Inventory*/*</exclude-pattern>
43+
<exclude-pattern>*/Magento/Inventory*/*</exclude-pattern>
4444
</rule>
4545
<rule ref="Magento.Functions.OutputBuffering">
4646
<include-pattern>*/(app/code|vendor|setup/src|lib/internal/Magento)/*</include-pattern>

0 commit comments

Comments
 (0)