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 #3

Closed stevenweber closed 3 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

Replaced with #4 that doesn't include updates to our main branch.