Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
update phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Aug 6, 2019
1 parent c87d781 commit 34380b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<exclude name="Squiz.PHP.CommentedOutCode.Found" />

<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
<exclude name="WordPress.PHP.StrictInArray.MissingTrueStrict" />
<exclude name="WordPress.PHP.StrictComparisons.LooseComparison" />
<exclude name="WordPress.Files.FileName.UnderscoresNotAllowed" />
</rule>
<rule ref="WordPress-Docs">
Expand Down

0 comments on commit 34380b7

Please sign in to comment.