Skip to content

Migrate from custom_lint to the New Analyzer Plugin System #85

@naipaka

Description

@naipaka

Currently, lint rules and quick fixes are implemented using custom_lint.
However, custom_lint does not support Pub Workspaces and is unlikely to receive updates to address this limitation.

To ensure compatibility with Pub Workspaces and align with future improvements in the Dart Analyzer ecosystem, we should migrate to the new analyzer plugin system being developed.

Task

  • Refactor the existing lint rules and quick fixes to work with the new analyzer plugin system.

Goal

  • Retain current functionality while ensuring compatibility with Pub Workspaces and future Dart Analyzer features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions