Skip to content

Commit 19cdbec

Browse files
MC-19366: Activates sniff for enum values
1 parent 505c9b2 commit 19cdbec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Magento2/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,10 @@
539539
<severity>6</severity>
540540
<type>warning</type>
541541
</rule>
542+
<rule ref="Magento2.GraphQL.ValidEnumValue">
543+
<severity>6</severity>
544+
<type>warning</type>
545+
</rule>
542546

543547
<!-- Severity 5 warnings: PHPDoc formatting and commenting issues. -->
544548
<rule ref="Magento2.Commenting.ClassAndInterfacePHPDocFormatting">

0 commit comments

Comments
 (0)