Skip to content

Commit

Permalink
Merge pull request #100 from ualbertalib/cds/inclusive-language
Browse files Browse the repository at this point in the history
bring in and enforce inclusive language cops
  • Loading branch information
ConnorSheremeta authored Aug 23, 2024
2 parents 4d0f657 + bad6175 commit 3b467ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ require:
- rubocop-performance
- rubocop-rails

inherit_from:
- https://raw.githubusercontent.com/ualbertalib/library_applications_development_inclusive_language/main/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 3b467ad

Please sign in to comment.