Skip to content

Commit

Permalink
bring in and enforce inclusive language cops
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorSheremeta committed Aug 21, 2024
1 parent 4d0f657 commit 6b04185
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ require:
- rubocop-performance
- rubocop-rails

# TODO: update reference once merged.
inherit_from:
- https://raw.githubusercontent.com/ualbertalib/library_applications_development_inclusive_language/cds/initial-commit/inclusive_language_rubocop.yml

# Exclude checking for the term 'dummy' here as it is included in the Rails generator.
Naming/InclusiveLanguage:
Exclude:
- 'test/dummy/**/*'

AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Expand Down

0 comments on commit 6b04185

Please sign in to comment.