Skip to content

Commit

Permalink
MC-19366: Deactivates field name validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-bernard-valentaten committed Sep 12, 2019
1 parent e310c5c commit 2a8d521
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,11 @@
<severity>6</severity>
<type>warning</type>
</rule>
<rule ref="Magento2.GraphQL.ValidFieldName">
<severity>6</severity>
<type>warning</type>
</rule>
<!-- Field name validation deactivated as per request https://github.com/magento/magento-coding-standard/pull/141#discussion_r323349939 -->
<!-- <rule ref="Magento2.GraphQL.ValidFieldName">-->
<!-- <severity>6</severity>-->
<!-- <type>warning</type>-->
<!-- </rule>-->
<rule ref="Magento2.GraphQL.ValidArgumentName">
<severity>6</severity>
<type>warning</type>
Expand Down

0 comments on commit 2a8d521

Please sign in to comment.