Skip to content

Commit

Permalink
ci(spell check): add words to dict (#5)
Browse files Browse the repository at this point in the history
* add words to .cspell.json

Signed-off-by: Autumn60 <[email protected]>

* add .rviz to ignore path list

Signed-off-by: Autumn60 <[email protected]>

* add .sh to ignore path list

Signed-off-by: Autumn60 <[email protected]>

* add .bash to ignore path list

Signed-off-by: Autumn60 <[email protected]>

* add words to dict

Signed-off-by: Autumn60 <[email protected]>

* chore: Add "TODO" to ignoreRegExpList in .cspell.json

Signed-off-by: Autumn60 <[email protected]>

---------

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jul 28, 2024
1 parent 6dca53c commit d8f9149
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"ignorePaths": [
"**/*.bash",
"**/*.cspell.json",
"**/*.dae",
"**/*.html",
"**/*.mp3",
"**/*.mp4",
"**/*.pcd",
"**/*.rviz",
"**/*.sh",
"**/*.stl",
"**/*.svg",
"**/*.wav",
Expand Down Expand Up @@ -39,9 +42,65 @@
},
{
"filename": "**/{*.cpp,*.hpp}",
"ignoreRegExpList": ["@author .*$", "[\\@]tparam", "\\author .*$", "Author(s)?( )?: .*$"]
"ignoreRegExpList": ["@author .*$", "[\\@]tparam", "\\author .*$", "Author(s)?( )?: .*$", "TODO\\((.*?)\\)"]
}
],
"words": [
"ackermann",
"adapi",
"aichallenge",
"autocompute",
"automotiveaichallenge",
"autoware",
"awsim",
"buildtool",
"colcon",
"costmap",
"cuda",
"cyclonedds",
"dallara",
"dcmake",
"distro",
"downsample",
"freespace",
"gnss",
"gnucxx",
"gtest",
"initialpose",
"lanechange",
"lanefollowing",
"lanelet",
"libgazebo",
"libgl",
"linalg",
"lowpass",
"mapfile",
"mathcal",
"mgrs",
"odometry",
"osrf",
"pitstop",
"pointcloud",
"rclcpp",
"rclpy",
"rcutils",
"rgba",
"rois",
"rosdep",
"rosdistro",
"rviz",
"schematypens",
"sideshift",
"srvs",
"stddev",
"traj",
"urdf",
"velodyne",
"wextra",
"wmctrl",
"wpedantic",
"xacro",
"xyzrpy",
"zcvf"
]
}

0 comments on commit d8f9149

Please sign in to comment.