From 828f56a0faed905e0df4e58b8cdc64e1be249097 Mon Sep 17 00:00:00 2001 From: kosuke55 Date: Tue, 25 Feb 2025 15:07:30 +0900 Subject: [PATCH] delete comments from cspell for pre-commit Signed-off-by: kosuke55 --- .cspell.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 5302211ea..6cadcb3b3 100644 --- a/.cspell.json +++ b/.cspell.json @@ -2,6 +2,5 @@ "_comment": "configuration file for spell-check workflow", "ignorePaths": [], "ignoreRegExpList": [], - // makeIndexedSegmenTree: temporary workaround until https://github.com/fzi-forschungszentrum-informatik/Lanelet2/pull/388 is merged "words": ["makeIndexedSegmenTree"] }