Make WordPress Core

Changeset 44571 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
01/12/2019 04:00:42 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Exclude some external files.

  • class-wp-block-parser.php and wp-includes/blocks/* are imported from the Gutenberg plugin.
  • speed-trap-listener.php is a third party library.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r44564 r44571  
    4747    <exclude-pattern>/src/wp-includes/class-smtp\.php</exclude-pattern>
    4848    <exclude-pattern>/src/wp-includes/class-snoopy\.php</exclude-pattern>
     49    <exclude-pattern>/src/wp-includes/class-wp-block-parser\.php</exclude-pattern>
    4950    <exclude-pattern>/src/wp-includes/deprecated\.php</exclude-pattern>
    5051    <exclude-pattern>/src/wp-includes/ms-deprecated\.php</exclude-pattern>
     
    5253    <exclude-pattern>/src/wp-includes/rss\.php</exclude-pattern>
    5354
     55    <exclude-pattern>/src/wp-includes/blocks/*</exclude-pattern>
    5456    <exclude-pattern>/src/wp-includes/ID3/*</exclude-pattern>
    5557    <exclude-pattern>/src/wp-includes/IXR/*</exclude-pattern>
     
    5860    <exclude-pattern>/src/wp-includes/SimplePie/*</exclude-pattern>
    5961    <exclude-pattern>/src/wp-includes/Text/*</exclude-pattern>
     62
     63    <exclude-pattern>/tests/phpunit/includes/speed-trap-listener\.php</exclude-pattern>
    6064
    6165    <!-- Test data and fixtures -->
Note: See TracChangeset for help on using the changeset viewer.