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 d9caec8 commit b749fbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ require:
- rubocop-rails
- standard

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

inherit_gem:
standard: config/base.yml

Expand Down
4 changes: 2 additions & 2 deletions config/initializers/comfortable_mexican_sofa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
# <% User.delete_all %> but if you really want to allow it...
# config.allow_erb = false

# Whitelist of all helper methods that can be used via {{cms:helper}} tag. By default
# Allowlist of all helper methods that can be used via {{cms:helper}} tag. By default
# all helpers are allowed except `eval`, `send`, `call` and few others. Empty array
# will prevent rendering of all helpers.
# config.allowed_helpers = nil

# Whitelist of partials paths that can be used via {{cms:partial}} tag. All partials
# Allowlist of partials paths that can be used via {{cms:partial}} tag. All partials
# are accessible by default. Empty array will prevent rendering of all partials.
# config.allowed_partials = nil

Expand Down

0 comments on commit b749fbb

Please sign in to comment.