Add check for non-inclusive language - #10
Merged
Merged
Conversation
Contributor
Author
|
Note: If d9924fa is acceptable, we can use the action woke-action with the released |
Contributor
Author
|
[citest] |
richm
reviewed
Dec 13, 2022
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v2 |
Contributor
There was a problem hiding this comment.
Suggested change
| uses: actions/checkout@v2 | |
| uses: actions/checkout@v3 |
Warning: `dummy` may be insensitive, use `placeholder`, `sample` instead
richm
reviewed
Dec 14, 2022
| @@ -0,0 +1,18 @@ | |||
| # yamllint disable rule:line-length | |||
| # name: woke | |||
Contributor
There was a problem hiding this comment.
Without name, the status field is called .github/workflows/woke.yml / woke (pull_request)
Is there some reason you have # name: woke commented out?
Contributor
Author
There was a problem hiding this comment.
No, I don't think so... Anyway, I updated the top-level name as you suggested in linux-system-roles/crypto_policies#54 (comment), which is much better. Thanks!
Check for non-inclusive language / woke (pull_request)
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>
Contributor
Author
|
@richm, @spetrosi, @justin-stephenson, could you please review this pr one more time? Thanks in advance. |
richm
approved these changes
Dec 21, 2022
richm
added a commit
to richm/linux-system-roles-ad_integration
that referenced
this pull request
Jan 20, 2023
[1.0.1] - 2023-01-20 -------------------- ### New Features - none ### Bug Fixes - ansible-lint 6.x fixes (linux-system-roles#11) ### Other Changes - Add check for non-inclusive language (linux-system-roles#10) 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