aergonaut / rubocop-inclusivity

A RuboCop extension to promote inclusive language in Ruby projects.
MIT License
2 stars 5 forks source link

Adds autocorrect and many more checks #4

Closed stevenweber closed 2 years ago

stevenweber commented 3 years ago

It also upgrades Rubocop to take advantage of the Base class and adds ActiveSupport as a dependency to do accurate corrections, e.g. underscore/camel/pascal casing.

stevenweber commented 3 years ago

@aergonaut please let me know if you have any questions or concerns that I can address about this PR.

aergonaut commented 3 years ago

@stevenweber Thanks for this. Apologies for not responding sooner. I will take a look and let you know.

stevenweber commented 2 years ago

@aergonaut are you still thinking this will get merged?

stevenweber commented 2 years ago

Awesome. Do you mind creating a release with the changes?