Skip to content

Commit 8d9890f

Browse files
committed
MSI-1650 contains: MSI-1674: Adapt Static Test which checks DevBlocks to exclude all Inventory* modules
1 parent a1c8093 commit 8d9890f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +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>
2930
</rule>
3031
<rule ref="Magento.Annotation.MethodAnnotationStructure">
3132
<include-pattern>*\.(php)</include-pattern>
3233
<exclude-pattern>*/Test/*</exclude-pattern>
3334
<exclude-pattern>*Test.php</exclude-pattern>
3435
<exclude-pattern>*/_files/*</exclude-pattern>
36+
<exclude-pattern>*/Inventory*/*</exclude-pattern>
3537
</rule>
3638
<rule ref="Magento.Annotation.ClassAnnotationStructure">
3739
<include-pattern>*\.(php)</include-pattern>
3840
<exclude-pattern>*/Test/*</exclude-pattern>
3941
<exclude-pattern>*Test.php</exclude-pattern>
4042
<exclude-pattern>*/_files/*</exclude-pattern>
43+
<exclude-pattern>*/Inventory*/*</exclude-pattern>
4144
</rule>
4245
<rule ref="Magento.Functions.OutputBuffering">
4346
<include-pattern>*/(app/code|vendor|setup/src|lib/internal/Magento)/*</include-pattern>

0 commit comments

Comments
 (0)