From e62b3f0dff61671ea4e63f908d2a8ca450ae948e Mon Sep 17 00:00:00 2001
From: david mulholland <david.mulholland@enea.com>
Date: Wed, 25 Sep 2024 10:15:35 +0000
Subject: [PATCH] Update InclusiveLanguage.yml replace instances of
 slave-master with an appropriate functional model that describes the
 relationship. For example, controller-agent or active-standby. The same
 functional description applies to black/whitelist. For example, in telecoms
 software operators have a stolen_devices_list.

---
 doc/.vale/gitlab_base/InclusiveLanguage.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/.vale/gitlab_base/InclusiveLanguage.yml b/doc/.vale/gitlab_base/InclusiveLanguage.yml
index 5fee169d31f8..1206061f10e9 100644
--- a/doc/.vale/gitlab_base/InclusiveLanguage.yml
+++ b/doc/.vale/gitlab_base/InclusiveLanguage.yml
@@ -16,7 +16,7 @@ swap:
   his: their
   mankind: humanity, people
   manpower: GitLab team members
-  master: primary, main
+  master: primary, main, controller, active, parent, hub
   sanity (?:check|test): check for completeness
-  slave: secondary
+  slave: secondary, agent, standby, child, spoke 
   whitelist(?:ed|ing|s)?: allowlist
-- 
GitLab