diff --git a/.rubocop.yml b/.rubocop.yml index 9566cc5a..647e859c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,6 +5,9 @@ require: - rubocop-rails - standard +inherit_from: + - https://raw.githubusercontent.com/ualbertalib/library_applications_development_inclusive_language/main/inclusive_language_rubocop.yml + inherit_gem: standard: config/base.yml diff --git a/config/initializers/comfortable_mexican_sofa.rb b/config/initializers/comfortable_mexican_sofa.rb index 61965ba9..c2a82460 100644 --- a/config/initializers/comfortable_mexican_sofa.rb +++ b/config/initializers/comfortable_mexican_sofa.rb @@ -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