Changeset 45665 for trunk/phpcs.xml.dist
- Timestamp:
- 07/19/2019 07:47:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r45664 r45665 5 5 <rule ref="WordPress-Core"/> 6 6 <rule ref="WordPress.CodeAnalysis.EmptyStatement"/> 7 8 <!-- These rules are being set as warnings instead of errors, so we can error check the entire codebase. --> 9 <rule ref="WordPress.PHP.YodaConditions.NotYoda"> 10 <type>warning</type> 11 </rule> 12 <rule ref="WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase"> 13 <type>warning</type> 14 </rule> 15 <rule ref="WordPress.DB.PreparedSQL.InterpolatedNotPrepared"> 16 <type>warning</type> 17 </rule> 18 <rule ref="WordPress.DB.PreparedSQL.NotPrepared"> 19 <type>warning</type> 20 </rule> 21 <rule ref="WordPress.Files.FileName.InvalidClassFileName"> 22 <type>warning</type> 23 </rule> 7 24 8 25 <rule ref="WordPress.NamingConventions.ValidVariableName">
Note: See TracChangeset
for help on using the changeset viewer.