From dfd77f35991ede2fe30e21c6dea1ddc340a083ea Mon Sep 17 00:00:00 2001 From: kosuke55 Date: Tue, 25 Feb 2025 14:59:28 +0900 Subject: [PATCH] ignore makeIndexedSegmenTree from spell check Signed-off-by: kosuke55 --- .cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 298e9d9f55..5302211ea2 100644 --- a/.cspell.json +++ b/.cspell.json @@ -2,5 +2,6 @@ "_comment": "configuration file for spell-check workflow", "ignorePaths": [], "ignoreRegExpList": [], - "words": [] + // makeIndexedSegmenTree: temporary workaround until https://github.com/fzi-forschungszentrum-informatik/Lanelet2/pull/388 is merged + "words": ["makeIndexedSegmenTree"] }