Skip to content

Commit 1d99afb

Browse files
committed
codespell ROS 2 documentation dictionary support.
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 7ded2ed commit 1d99afb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
amnet->ament
2+
amemt->ament

0 commit comments

Comments
 (0)