mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user