From e04e89f2ac1e7278139255bd366074adbb260eec Mon Sep 17 00:00:00 2001 From: kminoda Date: Fri, 18 Aug 2023 14:47:33 +0900 Subject: [PATCH 1/2] ci: ignore svg for spell-check, as well as reverting control Signed-off-by: kminoda --- .cspell-partial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cspell-partial.json b/.cspell-partial.json index 7d41451bd840a..5c4529b81672b 100644 --- a/.cspell-partial.json +++ b/.cspell-partial.json @@ -3,7 +3,7 @@ "**/perception/**", "**/planning/**", "**/sensing/**", - "**/control/**", + "**/*.svg", "perception/bytetrack/lib/**" ], "ignoreRegExpList": [], From bfe2ae6ae5869934c9f3ae41ff3ad7055c5c180b Mon Sep 17 00:00:00 2001 From: kminoda Date: Mon, 21 Aug 2023 09:21:42 +0900 Subject: [PATCH 2/2] remove svg Signed-off-by: kminoda --- .cspell-partial.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.cspell-partial.json b/.cspell-partial.json index 5c4529b81672b..a3c4ca455d444 100644 --- a/.cspell-partial.json +++ b/.cspell-partial.json @@ -3,7 +3,6 @@ "**/perception/**", "**/planning/**", "**/sensing/**", - "**/*.svg", "perception/bytetrack/lib/**" ], "ignoreRegExpList": [],