Skip to content

Commit 96e3245

Browse files
authored
chore(ci): ignore some words in bytetrack/src
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent 1d18caa commit 96e3245

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.cspell-partial.json

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"ignorePaths": ["sensing/tier4_pcl_extensions/include/**", "perception/bytetrack/lib/**"],
33
"ignoreRegExpList": [],
4+
"overrides": [
5+
{
6+
"filename": "perception/bytetrack/src//{*.cpp,*.hpp}",
7+
"ignoreRegExpList": [
8+
"stracks",
9+
"tlwh"
10+
]
11+
}
12+
],
413
"words": ["dltype", "tvmgen"]
514
}

0 commit comments

Comments
 (0)