Skip to content

erb_lint incompatible with Ruby 3.4+, due to parser gem #425

@asilano

Description

@asilano

whitequark/parser is a dependency of erb_lint, but its own Readme declares that it's not compatible with Ruby 3.4 and later. In particular, parser contains a number of violations of frozen string literals, which are deprecated and will become enforced from Ruby 4.

The up-to-date alternative is to use the official Prism parser. Can erb_lint be updated accordingly?

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