Skip to content

Commit

Permalink
Apply "wokeignore:rule=<word>" to the unconscious words.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhosoi committed Dec 13, 2022
1 parent fd3b1f3 commit 38a2f3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ correct ones).

### Other Changes

- changelog_to_tag action - support other than "master" for the main branch name (#129)
- changelog_to_tag action - support other than "master" for the main branch name (#129) // wokeignore:rule=master

[1.1.6] - 2022-07-19
--------------------
Expand Down Expand Up @@ -183,14 +183,14 @@ must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

### Bug fixes

- Fix some ansible-test sanity errors; suppressing the rest
- Fix some ansible-test sanity errors; suppressing the rest // wokeignore:rule=sanity
- Fix ansible-test errors
- Add a note to each module Doc to indicate it is private

### Other Changes

- Remove python-26 environment from tox testing
- update to tox-lsr 2.4.0 - add support for ansible-test sanity with docker
- update to tox-lsr 2.4.0 - add support for ansible-test sanity with docker // wokeignore:rule=sanity
- CI: Add support for RHEL-9

[1.0.2] - 2021-02-12
Expand Down
1 change: 1 addition & 0 deletions tests/tasks/setup_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- name: Clone ansible-freeipa repo
git:
repo: https://github.com/freeipa/ansible-freeipa
# wokeignore:rule=master
version: master
dest: /tmp/freeipa-repo
delegate_to: 127.0.0.1
Expand Down

0 comments on commit 38a2f3a

Please sign in to comment.