Make WordPress Core

Changeset 61726

Timestamp:
02/24/2026 06:31:20 PM (8 days ago)
Author:
desrosj
Message:

Build/Test Tools: Exclude gutenberg directory when running PHPCS.

The relevant files will be scanned within src (provided the build script has been run).

See #64394.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r61700 r61726  
    4242    <!-- Exclude the build folder in the current directory. -->
    4343    <exclude-pattern type="relative">^build/*</exclude-pattern>
     44
     45
     46
    4447
    4548    <!-- Directories and third party library exclusions. -->
Note: See TracChangeset for help on using the changeset viewer.