Skip to content

Commit

Permalink
MC-19366: Fixes that field name validation was executed although it s…
Browse files Browse the repository at this point in the history
…hould not
  • Loading branch information
jean-bernard-valentaten committed Sep 13, 2019
1 parent 49f0b0b commit 0b8eeaa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,15 @@
<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.ValidFieldName">
<!--
* Field name validation deactivated as per request
* https://github.com/magento/magento-coding-standard/pull/141#discussion_r323349939
-->
<exclude name="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 0b8eeaa

Please sign in to comment.