Make WordPress Core

Changeset 56741 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
09/28/2023 10:30:20 PM (12 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove temporary exclusion from the PHPCS ruleset.

Now that the block-library package is updated for WP 6.4, this is no longer necessary.

Related PR from Gutenberg repository:

Follow-up to [56695], [56710].

See #59161.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r56695 r56741  
    275275    </rule>
    276276
    277     <!-- Temporarily ignore this sniff for block files until the changes from upstream make it into core.
    278          This can be removed once the block-library package is updated for WP 6.4. -->
    279     <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction">
    280         <exclude-pattern>/src/wp-includes/blocks/*</exclude-pattern>
    281     </rule>
    282 
    283277    <!-- Allow the WP DB Class and related tests for usage of direct database access functions. -->
    284278    <rule ref="WordPress.DB.RestrictedFunctions">
Note: See TracChangeset for help on using the changeset viewer.