mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
Coding Standards: Exclude a handful of incorrectly named files that won't be renamed.
See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8cf3e59fc4
commit
968254f4f4
@ -270,4 +270,14 @@
|
||||
<exclude-pattern>/src/wp-includes/wp-db\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-dependency\.php</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
<!-- Exclude some incorrectly named files that won't be renamed. -->
|
||||
<rule ref="WordPress.Files.FileName.InvalidClassFileName">
|
||||
<exclude-pattern>/src/wp-admin/includes/class-wp-list-table-compat\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-dependency\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-editor\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-content/themes/twentyeleven/inc/widgets\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-content/themes/twentyfourteen/inc/widgets\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-content/themes/twentyfourteen/inc/featured-content\.php</exclude-pattern>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
Loading…
x
Reference in New Issue
Block a user