Skip to content

lint: wrap long lines that include RegExp when possible #14586

@refack

Description

@refack

There are several places in the codebase where lines are longer than 80 characters but could be wrapped.

Possible solutions:

  • Simply wrap the line before the RegExp
  • Define the RegExp as a const before it's use

Mitigations:

  • It some case the RegExp alone is > 80 chars, but the line could still be wrapped so it won't be longer than neccecery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions