Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
TODO
* @file_get_contents WordPress#633
  • Loading branch information
lkraav committed Feb 16, 2018
1 parent c53f9b8 commit 7f15e88
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Conversion-Ready/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,30 @@
</rule>

<rule ref="WordPress-VIP">
<exclude name="WordPress.VIP.RestrictedFunctions" />
<exclude name="WordPress.VIP.SuperGlobalInputUsage" />

<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/294 -->
<!--
<exclude name="WordPress.VIP.ValidatedSanitizedInput.InputNotSanitized" />
-->
</rule>

<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">
<properties>
<property name="blank_line_after_check" value="0" />
</properties>
</rule>

<rule ref="WordPress">
<exclude name="WordPress.Files.FileName" />
</rule>
<!--
<rule ref="WordPress.Files.FileName">
<properties>
<property name="strict_class_file_names" value="false" />
<property name="is_theme" value="true" />
</properties>
</rule>
-->
</ruleset>

0 comments on commit 7f15e88

Please sign in to comment.