Shopify / erb_lint

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

Standardize repo name to `erb_lint` #360

Closed george-ma closed 2 months ago

george-ma commented 4 months ago

Context

Someone pointed out that the erb_lint gem has inconsistent naming.

RubyGems will block anything less than 4 edits away to an existing gem over 10M downloads.

So even though this gem cannot be typosquatted due to RubyGems restrictions (eg. publishing a gem named erb-lint instead of erb_lint), it'd be good to make changes to unify on a naming in the repo.

What is this PR?

This PR aims to resolve the inconsistencies seen above and patches references to erb-lint in favor of erb_lint. We're choosing erb_lint as its the gem name (.gemspec) which is the hardest to change

Proposed Changes

Note: I did not change the name defined in dev.yml to erb_lint because of: image

Next steps:

runephilosof-abtion commented 1 month ago

Please release a new version with this change, since the main README now tells you to run erb_lint while that has not been released.

mvz commented 1 month ago

Someone pointed out that the erb_lint gem has inconsistent naming.

That would be me in #322. Thanks for taking care of this!