Skip to content

tools: evaluate removing args exception from no-unused-vars lint rule #10129

@silverwind

Description

@silverwind

To avoid issues like #10041, I propose removing the eslint option that exempts unused function arguments from the no-unused-vars rule. There are currently 426 violations in the codebase, with around 60 of them in lib.

If we want to retain certain arguments for clarity, we can just wrap them in comment tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolsIssues and PRs related to the tools directory.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions