From b4c07d29ee53e54c93f4e5e568f509e9b61c804b Mon Sep 17 00:00:00 2001 From: kiamlaluno Date: Sun, 14 Apr 2024 15:33:59 +0200 Subject: [PATCH] Added another word to ignore in the cspell.json file --- .cspell/cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cspell/cspell.json b/.cspell/cspell.json index e0aa43c5fe..c5f55777d1 100644 --- a/.cspell/cspell.json +++ b/.cspell/cspell.json @@ -78,7 +78,10 @@ }, { "filename": "/core/modules/user/user.module", - "ignoreWords": ["abcdefghijkmnopqrstuvwxyz", "ABCDEFGHJKLMNPQRSTUVWXYZ", "23456789"] + "ignoreWords": [ + "abcdefghijkmnopqrstuvwxyz", "ABCDEFGHJKLMNPQRSTUVWXYZ", + "plid", "23456789" + ] }, { "filename": "/core/themes/bartik/color/color.inc",