Skip to content

Commit

Permalink
MC-19366: Activates sniff for enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-bernard-valentaten committed Sep 12, 2019
1 parent 505c9b2 commit 19cdbec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@
<severity>6</severity>
<type>warning</type>
</rule>
<rule ref="Magento2.GraphQL.ValidEnumValue">
<severity>6</severity>
<type>warning</type>
</rule>

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

0 comments on commit 19cdbec

Please sign in to comment.