Public Access
The v0.49.x tag line diverged from origin/master, leaving many features only accessible via tags but not on the master branch. New modules: - ci/cancel_superseded_runs.py — cancel superseded CI runs - ci/check_workflow_artifact_deps.py — validate artifact deps - ci/check_workflow_tofu_init.py — validate tofu init steps - tools/check_alert_rules.py — validate Prometheus alert rules - tools/check_ansible_set_fact_to_json.py — lint set_fact usage - tools/check_docker_init.py — validate Docker init scripts - utils/jinja.py — Jinja2 template utilities - utils/ui.py — UI/console utilities Modified modules: - distribute_molecule.py: add --include-roles/--exclude-roles - utils/api.py: add container.credentials for private registry auth - install_tools.py: retry ansible-galaxy on transient timeouts - setup_image.py: skip dep resolution with --no-deps - cli.py: register new commands - i18n.py: add new translation keys Also removes accidentally committed .vale/styles/Google/ files. Test results: 2195 passed, 100% coverage. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
extends: substitution
|
|
message: "Consider using '%s' instead of '%s'."
|
|
ignorecase: true
|
|
link: "https://developers.google.com/style/inclusive-documentation"
|
|
level: error
|
|
action:
|
|
name: replace
|
|
swap:
|
|
(?:alumna|alumnus): graduate
|
|
(?:alumnae|alumni): graduates
|
|
air(?:m[ae]n|wom[ae]n): pilot(s)
|
|
anchor(?:m[ae]n|wom[ae]n): anchor(s)
|
|
authoress: author
|
|
camera(?:m[ae]n|wom[ae]n): camera operator(s)
|
|
door(?:m[ae]|wom[ae]n): concierge(s)
|
|
draft(?:m[ae]n|wom[ae]n): drafter(s)
|
|
fire(?:m[ae]n|wom[ae]n): firefighter(s)
|
|
fisher(?:m[ae]n|wom[ae]n): fisher(s)
|
|
fresh(?:m[ae]n|wom[ae]n): first-year student(s)
|
|
garbage(?:m[ae]n|wom[ae]n): waste collector(s)
|
|
lady lawyer: lawyer
|
|
ladylike: courteous
|
|
mail(?:m[ae]n|wom[ae]n): mail carriers
|
|
man and wife: husband and wife
|
|
man enough: strong enough
|
|
mankind: human kind|humanity
|
|
manmade: manufactured
|
|
manpower: personnel
|
|
middle(?:m[ae]n|wom[ae]n): intermediary
|
|
news(?:m[ae]n|wom[ae]n): journalist(s)
|
|
ombuds(?:man|woman): ombuds
|
|
oneupmanship: upstaging
|
|
poetess: poet
|
|
police(?:m[ae]n|wom[ae]n): police officer(s)
|
|
repair(?:m[ae]n|wom[ae]n): technician(s)
|
|
sales(?:m[ae]n|wom[ae]n): salesperson or sales people
|
|
service(?:m[ae]n|wom[ae]n): soldier(s)
|
|
steward(?:ess)?: flight attendant
|
|
tribes(?:m[ae]n|wom[ae]n): tribe member(s)
|
|
waitress: waiter
|
|
woman doctor: doctor
|
|
woman scientist[s]?: scientist(s)
|
|
work(?:m[ae]n|wom[ae]n): worker(s)
|