Skip to:
Content

BuddyPress.org

Changeset 14124 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
04/19/2025 01:12:19 PM (17 months ago)
Author:
espellcaste
Message:

WPCS - miscellaneous fixes for the BP Settings component.

See #9174
See #9173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r14026 r14124  
    5252                <exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
    5353
     54                <!-- Usually harmless, let's skip them. -->
     55                <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
     56                <exclude name="Squiz.PHP.CommentedOutCode.Found" />
     57
    5458                <exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotValidated" />
    5559                <exclude name="WordPress.Security.ValidatedSanitizedInput.InputNotSanitized" />
Note: See TracChangeset for help on using the changeset viewer.