Skip to content

Commit fc55374

Browse files
committed
Remove detect-non-inclusive-language action
1 parent 18982c1 commit fc55374

17 files changed

Lines changed: 80 additions & 37 deletions

File tree

inventory/group_vars/active_roles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
present_files:
22
- .github/dependabot.yml
33
- .github/pull_request_template.md
4-
- .codespellrc
54
- .commitlintrc.js
65
- .fmf/version
76
- .markdownlint.yaml
@@ -11,6 +10,7 @@ present_files:
1110
- README-ostree.md
1211
present_templates:
1312
- .ansible-lint
13+
- .codespellrc
1414
- .yamllint.yml
1515
- contributing.md
1616
- .github/workflows/ansible-lint.yml
@@ -25,6 +25,7 @@ present_templates:
2525
- .github/workflows/tft.yml
2626
- .github/workflows/tft_citest_bad.yml
2727
- .github/workflows/weekly_ci.yml
28+
- .github/workflows/woke.yml
2829
- README-ansible.md
2930
- tests/vars/rh_distros_vars.yml
3031
absent_files:
@@ -40,7 +41,6 @@ absent_files:
4041
- .github/actions/custom-woke-action/testdata/bad.txt
4142
- .github/actions/custom-woke-action
4243
- .github/actions
43-
- .github/workflows/woke.yml
4444
- plans/README-plans.md
4545
- plans/general.fmf
4646
- plans

inventory/host_vars/aide.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github_actions:
2+
weekly_ci:
3+
schedule:
4+
- cron: "0 11 * * 6"

inventory/host_vars/ha_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ role_present_templates:
1313
# to shut up
1414
ansible_lint:
1515
skip_list:
16-
- sanity[cannot-ignore]
16+
- sanity[cannot-ignore] # wokeignore:rule=sanity

inventory/host_vars/metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ ansible_lint:
1616
- performancecopilot.metrics.repository
1717
- performancecopilot.metrics.spark
1818
markdownlint_args: "--ignore=vendor --ignore=tests/roles"
19+
codespell_skip:
20+
- vendor

inventory/host_vars/network.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ present_badges:
1818
- "[![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)"
1919
- "[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/linux-system-roles/network.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/linux-system-roles/network/context:python)"
2020
lsr_rh_distros_extra: [OracleLinux]
21+
codespell_skip:
22+
- ./tests/files/client.key.nocrypt
23+
- ./tests/files/client.pem

inventory/host_vars/timesync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ github_actions:
77
# ignores
88
ansible_lint:
99
skip_list:
10-
- sanity[cannot-ignore]
10+
- sanity[cannot-ignore] # wokeignore:rule=sanity
1111
extra_vars:
1212
targets: target_hosts

inventory/host_vars/vpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ github_actions:
77
- cron: "8 10 * * 3"
88
ansible_lint:
99
skip_list:
10-
- sanity[cannot-ignore]
10+
- sanity[cannot-ignore] # wokeignore:rule=sanity

playbooks/files/.codespellrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

playbooks/files/.pandoc_template.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Copyright (c) 2017 GitHub Inc.
2525

2626
"GitHub Pandoc HTML5 Template" is Copyright (c) Tristano Ajmone, 2017-2020,
2727
released under the MIT License (MIT); it contains readaptations of substantial
28-
portions of the following third party softwares:
28+
portions of the following third party software:
2929

3030
(1) "GitHub Markdown CSS", Copyright (c) Sindre Sorhus, MIT License (MIT).
3131
(2) "Primer CSS", Copyright (c) 2016 GitHub Inc., MIT License (MIT).

playbooks/include_files/storage_contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ imports are located at `module_utils/storage_lsr`.
1111
### Defaults
1212

1313
This is where we define the structure of the vars available to users to specify
14-
how they want the storage to be layed out. There are two top-level lists:
14+
how they want the storage to be laid out. There are two top-level lists:
1515
`storage_pools` is a list of pools, which contain volumes, and
1616
`storage_volumes`, which are volumes that are not associated with any pool.
1717
Examples of pools include LVM volume groups and disks with partition tables.

0 commit comments

Comments
 (0)