Skip to content

Commit

Permalink
Add rule to disallow PHP short open tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl authored and grappler committed Jul 14, 2016
1 parent 5dd4758 commit 96129a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WordPress-Theme/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<description>Standards any Theme to be published on wordpress.org should comply with.</description>


<!-- No PHP short open tags allowed. -->
<!-- Covers: https://github.com/Otto42/theme-check/blob/master/checks/phpshort.php -->
<rule ref="Generic.PHP.DisallowShortOpenTag" />



</ruleset>

0 comments on commit 96129a8

Please sign in to comment.