Make WordPress Core

Changeset 56669 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
09/24/2023 07:43:50 AM (21 months ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Remove random_compat from PHPCS and PHPUnit configuration files.

This package was removed in WP 6.3, so these exclusion entries are no longer necessary.

Follow-up to [42346], [42665], [49797], [56141], [56667].

See #58831, #58955.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r56594 r56669  
    7272    <exclude-pattern>/src/wp-includes/js/*</exclude-pattern>
    7373    <exclude-pattern>/src/wp-includes/PHPMailer/*</exclude-pattern>
    74     <exclude-pattern>/src/wp-includes/random_compat/*</exclude-pattern>
    7574    <exclude-pattern>/src/wp-includes/Requests/*</exclude-pattern>
    7675    <exclude-pattern>/src/wp-includes/SimplePie/*</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.