Skip to content

"Name non-constant identifiers using lowerCamelCase" should ignore all-underscore identifiers #57237

Closed
@Hixie

Description

@Hixie

For "Name non-constant identifiers using lowerCamelCase", the only reason we have that excluded is that it prevents the name __ (double underscore). We use _, __, ___, etc, to represent arguments that we're intentionally ignoring in callbacks. Those are the only cases where we want to allow the type to be omitted, and are the only cases where we want the identifiers to not be lowerCamelCase.

History: See #24452 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    devexp-linterIssues with the analyzer's support for the linter packagelegacy-area-analyzerUse area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions