Hello, we have a project to eliminate non-inclusive language from the linux-system-roles.
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 - sanity and master.
The difficulty is ControlMaster is a configuration keyword for ssh. So, unless it's renamed in ssh, there is no way to avoid it in the ssh role. To skip the checking, there are two ways - adding wokeignore:rule=master to each ControlMaster appearing in the source code, or skipping them as warning by applying get-woke/woke#252. Which way is preferable?
Hello, we have a project to eliminate non-inclusive language from the linux-system-roles.
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 -
sanityandmaster.The difficulty is
ControlMasteris a configuration keyword forssh. So, unless it's renamed inssh, there is no way to avoid it in thessh role. To skip the checking, there are two ways - adding wokeignore:rule=master to eachControlMasterappearing in the source code, or skipping them as warning by applying get-woke/woke#252. Which way is preferable?