Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

File metadata and controls

17 lines (14 loc) · 1.17 KB

Library Applications Development Inclusive Language

University of Alberta Library Applications Development team commits to use inclusive language instead of problematic terms in our team's projects and documentation with the help of automated tools such as RuboCop's Naming/InclusiveLanguage cop (https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Naming/InclusiveLanguage).

Utilized the Edmonton Inclusive Language Guide along with the Android Open Source Project Respectful Code and Inclusive Documentation as a guide and reference for terms that are flagged as problematic and their suggested replacements:

How to use this in a project

Inherit the included RuboCop cops by inserting this at top of the project's .rubocop.yml file:

# TODO: replace with raw GitHub link to inclusive_language_rubocop.yml once merged
inherit_from:
- RAW_GITHUB_LINK_TO_INCLUSIVE_LANGUAGE_RUBOCOP.yml