Add check for non-inclusive language#117
Merged
richm merged 2 commits intolinux-system-roles:mainfrom Dec 21, 2022
Merged
Conversation
- CHANGELOG.md - library/kernel_settings.py - tests/unit/modules/test_kernel_settings.py
Add a check for usage of terms and language that is considered non-inclusive. We are using the woke tool for this with a wordlist that can be found at https://github.com/linux-system-roles/tox-lsr/blob/main/src/tox_lsr/config_files/woke.yml Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
richm
approved these changes
Dec 21, 2022
richm
added a commit
to richm/linux-system-roles-kernel_settings
that referenced
this pull request
Jan 20, 2023
[1.1.11] - 2023-01-20 -------------------- ### New Features - none ### Bug Fixes - ansible-lint 6.x fixes (linux-system-roles#119) - Cleanup non-inclusive words. ### Other Changes - Add check for non-inclusive language (linux-system-roles#117) - add ubuntu requirements for pyunit tests - add sanity files for ansible-test 2.13 and 2.14 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
richm
added a commit
that referenced
this pull request
Jan 20, 2023
[1.1.11] - 2023-01-20 -------------------- ### New Features - none ### Bug Fixes - ansible-lint 6.x fixes (#119) - Cleanup non-inclusive words. ### Other Changes - Add check for non-inclusive language (#117) - add ubuntu requirements for pyunit tests - add sanity files for ansible-test 2.13 and 2.14 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a check for usage of terms and language that is considered
non-inclusive. We are using the woke tool for this with a wordlist
that can be found at
https://github.com/linux-system-roles/tox-lsr/blob/main/src/tox_lsr/config_files/woke.yml
Clean up non-inclusive words.