Changeset 53749 for trunk/phpcs.xml.dist
- Timestamp:
- 07/21/2022 03:58:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r52978 r53749 166 166 <!-- Whitelist the WP DB Class and related tests for usage of direct database access functions. --> 167 167 <rule ref="WordPress.DB.RestrictedFunctions"> 168 <exclude-pattern>/src/wp-includes/ wp-db\.php</exclude-pattern>168 <exclude-pattern>/src/wp-includes/class-wpdb\.php</exclude-pattern> 169 169 <exclude-pattern>/tests/phpunit/tests/db/charset\.php</exclude-pattern> 170 170 </rule> … … 326 326 <rule ref="PEAR.NamingConventions.ValidClassName.StartWithCapital"> 327 327 <exclude-pattern>/src/wp-admin/includes/class-wp-list-table-compat\.php</exclude-pattern> 328 <exclude-pattern>/src/wp-includes/class-wp-dependency\.php</exclude-pattern> 328 329 <exclude-pattern>/src/wp-includes/class-wp-editor\.php</exclude-pattern> 329 330 <exclude-pattern>/src/wp-includes/class-wp-xmlrpc-server\.php</exclude-pattern> 330 <exclude-pattern>/src/wp-includes/wp-db\.php</exclude-pattern> 331 <exclude-pattern>/src/wp-includes/class-wp-dependency\.php</exclude-pattern> 331 <exclude-pattern>/src/wp-includes/class-wpdb\.php</exclude-pattern> 332 332 </rule> 333 333
Note: See TracChangeset
for help on using the changeset viewer.