Skip to:
Content

bbPress.org

Changeset 7373 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
11/18/2025 01:03:20 AM (6 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring Universal.WhiteSpace.PrecisionAlignment.Found sniff.

This change removes any precision alignment that used spaces instead of tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r7371 r7373  
    476476    </rule>
    477477
    478     <rule ref="Universal.WhiteSpace.PrecisionAlignment.Found">
    479         <exclude-pattern>/src/*</exclude-pattern>
    480     </rule>
    481 
    482478    <rule ref="WordPress.Arrays.ArrayDeclarationSpacing.ArrayItemNoNewLine">
    483479        <exclude-pattern>/src/*</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.