Shopify / erb_lint

Lint your ERB or HTML files
MIT License
680 stars 122 forks source link

Resolve autocorrect deprecations #378

Open Earlopain opened 2 months ago

Earlopain commented 2 months ago

Builds in top of #377, just the last commit is specific to this branch.

Closes https://github.com/Shopify/erb_lint/issues/368

This is pretty much just a compatibility layer in itself.

Cops here are still declared with the old style (autocorrect instance method for example) but rewriting that all is not trivial and also works just fine

camertron commented 1 month ago

Would love to see this get merged, anything I can do to help?