Hello, we have a project to eliminate non-inclusive language from the Linux-system-roles. Since the ansible-pcp role is vendored in the metrics role, we are hoping to clean up this role, as well.
Running a utility woke (now it's supported in tox. please install the latest tox-lsr and run tox -e woke), two non-inclusive words are reported - master and whitelist.
Do you think they can be replaced with inclusive words? Or they are hardcoded in the subsystem? If the latter, we have to tell woke to skip the problematic word by adding wokeignore:rule=master or wokeignore:rule=whitelist individually...
Hello, we have a project to eliminate non-inclusive language from the Linux-system-roles. Since the ansible-pcp role is vendored in the metrics role, we are hoping to clean up this role, as well.
Running a utility woke (now it's supported in tox. please install the latest tox-lsr and run tox -e woke), two non-inclusive words are reported -
masterandwhitelist.Do you think they can be replaced with inclusive words? Or they are hardcoded in the subsystem? If the latter, we have to tell
woketo skip the problematic word by addingwokeignore:rule=masterorwokeignore:rule=whitelistindividually...