Skip to content

Commit

Permalink
chore: update .cspell.json ignorePaths and ignoreRegExpList (#28)
Browse files Browse the repository at this point in the history
* chore: update .cspell.json ignorePaths and ignoreRegExpList

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

* chore: update .cspell.json with new words

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

---------

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Jul 4, 2024
1 parent 668ce07 commit 468b928
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
{
"ignorePaths": [],
"ignoreRegExpList": [],
"words": []
"ignorePaths": [
"**/*.cspell.json",
"**/*.dae",
"**/*.html",
"**/*.mp3",
"**/*.mp4",
"**/*.pcd",
"**/*.stl",
"**/*.svg",
"**/*.wav",
"**/*.zip",
"**/.git/**",
"**/.gitignore",
"**/.vscode/**",
"**/build/**",
"**/CHANGELOG.rst",
"**/CPPLINT.cfg",
"**/Doxyfile",
"**/install/**",
"**/log/**",
"**/package-lock.json"
],
"ignoreRegExpList": [
"\\[.*/.*\\]\\(https://github.com",
"Copyright .*[0-9]{4}.+",
"github.com[/:][\\w._\\-]+(/[\\w._\\-]+)?",
"ppa:.+/[^\\s]+"
],
"overrides": [
{
"filename": "**/*.yaml",
"ignoreRegExpList": ["author: .+$", "git_email: .+$", "git_user: .+$", "uses: .+$"]
},
{
"filename": "**/package.xml",
"ignoreRegExpList": ["<author.*?</author>", "<maintainer.*?</maintainer>"]
},
{
"filename": "**/{*.cpp,*.hpp}",
"ignoreRegExpList": ["@author .*$", "[\\@]tparam", "\\author .*$", "Author(s)?( )?: .*$"]
}
],
"words": [
"buildtool",
"colcon",
"costmap",
"DCMAKE",
"GNUCXX",
"odometry",
"pkg",
"pkgs",
"rclcpp",
"rosdep",
"schematypens",
"vcstool",
"Wextra",
"Wpedantic"
]
}

0 comments on commit 468b928

Please sign in to comment.