mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Editor: Only exclude auto-generated block files from coding standards checks.
Prior to this change, all block files were excluded from coding standards checks, but there's no reason these files shouldn't adhere to core's coding standards. Props lopo, Rahe, adamsilverstein Fixes #50010 git-svn-id: https://develop.svn.wordpress.org/trunk@56392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5fa0387707
commit
78c78cb20b
@ -124,7 +124,8 @@
|
||||
<exclude-pattern>/src/wp-includes/rss\.php</exclude-pattern>
|
||||
|
||||
<exclude-pattern>/src/wp-includes/assets/*</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/blocks/*</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/blocks/*/*.asset.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/blocks/blocks-json.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/ID3/*</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/IXR/*</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/js/*</exclude-pattern>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user