Skip to content

Commit f32c719

Browse files
author
Stanislav Idolov
committed
Disabled Magento.Annotation.MethodArguments sniff due to MAGETWO-94083
1 parent 356c0f2 commit f32c719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<exclude-pattern>*/_files/*</exclude-pattern>
2424
</rule>
2525
<rule ref="Magento.Annotation.MethodArguments">
26-
<exclude-pattern>*/_files/*</exclude-pattern>
26+
<!--Disabled due to MAGETWO-94083-->
27+
<exclude-pattern>*</exclude-pattern>
2728
</rule>
2829
<rule ref="Magento.Functions.OutputBuffering">
2930
<include-pattern>*/(app/code|vendor|setup/src|lib/internal/Magento)/*</include-pattern>

0 commit comments

Comments
 (0)