Changeset 14016
- Timestamp:
- 09/02/2024 11:33:33 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r14014 r14016 34 34 <!-- What to exclude --> 35 35 <exclude-pattern>*/**/tests/</exclude-pattern> 36 <exclude-pattern>*/**/deprecated/</exclude-pattern> 36 37 37 38 <!-- Exclude those rules. --> … … 46 47 <exclude name="WordPress.DB.SlowDBQuery.slow_db_query_meta_value" /> 47 48 <exclude name="WordPress.DateTime.RestrictedFunctions.date_date" /> 49 50 <exclude name="WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound" /> 51 <exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" /> 52 <exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" /> 53 54 <exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotValidated" /> 55 <exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotSanitized" /> 56 <exclude name="WordPress.Security.NonceVerification.Missing" /> 57 <exclude name="WordPress.Security.NonceVerification.Recommended" /> 58 <exclude name="WordPress.Security.ValidatedSanitizedInput.MissingUnslash" /> 59 <exclude name="WordPress.DB.DirectDatabaseQuery.NoCaching" /> 60 61 <exclude name="WordPress.DB.PreparedSQL.InterpolatedNotPrepared" /> 62 <exclude name="WordPress.DB.PreparedSQL.NotPrepared" /> 63 <exclude name="WordPress.DB.DirectDatabaseQuery.SchemaChange" /> 64 <exclude name="WordPress.DB.DirectDatabaseQuery.DirectQuery" /> 65 48 66 </rule> 49 67 </ruleset>
Note: See TracChangeset
for help on using the changeset viewer.