Skip to content

Commit bac78c5

Browse files
fujitatomoyamergify[bot]
authored andcommitted
codespell ROS 2 documentation dictionary support. (#5058)
* codespell ROS 2 documentation dictionary support. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> * add more ROS specific words in the dictionary. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> --------- Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit 1a56306)
1 parent 3128847 commit bac78c5

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

codespell.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ builtin = clear,rare,informal,code
77
# Ignore words listed in this file.
88
ignore-words = codespell_whitelist.txt
99

10+
# Add ROS 2 custom dictionary file.
11+
dictionary = codespell_dictionary.txt
12+
1013
# Skip checking files in this directory.
1114
# This folder is ignored for a couple of reasons.
1215
# *-Changelog.rst files are generated by commit history that could include some misspellings,

codespell_dictionary.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
amnet->ament
2+
amemt->ament
3+
amentt->ament
4+
catikn->catkin
5+
catin->catkin
6+
caktin->catkin
7+
colcno->colcon
8+
colcn->colcon
9+
colcom->colcon
10+
colconb->colcon
11+
colconm->colcon
12+
rosabg->rosbag
13+
rosbagg->rosbag
14+
rosbg->rosbag
15+
rosbg2->rosbag2
16+
rosbgz->rosbag
17+
rosdist->rosdistro
18+
rosdistr->rosdistro
19+
rosdistroy->rosdistro
20+
rosditro->rosdistro

0 commit comments

Comments
 (0)