Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
WPCS: deleted deprecated sniffs in 0.11; Totally removed i18n checks …
Browse files Browse the repository at this point in the history
…in JC wordpress ruleset
  • Loading branch information
aprokopenko committed Mar 29, 2017
1 parent 443720d commit 472b325
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1,405 deletions.
7 changes: 2 additions & 5 deletions justcoded/JustcodedWordpress/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
<exclude-pattern>*/vendor/*</exclude-pattern>

<rule ref="WordPress-Core">
<exclude name="WordPress.WP.I18n.NonSingularStringLiteralDomain"/>
<exclude name="WordPress.WP.I18n.MissingTranslatorsComment"/>
<exclude name="WordPress.WP.I18n.MismatchedPlaceholders"/>
<exclude name="WordPress.WP.I18n.MissingSingularPlaceholders"/>
<exclude name="Squiz.PHP.DisallowMultipleAssignments"/>
<exclude name="WordPress.WP.I18n"/>

<!-- These sniffs are replaced with our own versions -->
<exclude name="Generic.Files.LowercasedFilename"/>
Expand Down Expand Up @@ -48,5 +46,4 @@
<exclude name="Squiz.Commenting.FileComment"/>
</rule>
<rule ref="WordPress-Extra"/>
<rule ref="WordPress-VIP"/>
</ruleset>
137 changes: 0 additions & 137 deletions wpcs/WordPress/Sniffs/Classes/ClassOpeningStatementSniff.php

This file was deleted.

75 changes: 0 additions & 75 deletions wpcs/WordPress/Sniffs/Classes/ValidClassNameSniff.php

This file was deleted.

Loading

0 comments on commit 472b325

Please sign in to comment.