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 Sep 11, 2018
1 parent 8fb1211 commit 072febb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Conversion-Ready/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,16 @@
<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 072febb

Please sign in to comment.