Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2022
1 parent bd085cf commit 1dd72da
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 164 deletions.
158 changes: 76 additions & 82 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,53 @@
"version": "0.2",
"language": "en",
"allowCompoundWords": false,
"languageSettings": [
{
"languageId": "bash,cpp,html,python",
"allowCompoundWords": false
}
"ignorePaths": [
"**/*.caffemodel",
"**/*.cpr",
"**/*.cspell.json",
"**/*.css",
"**/*.cu",
"**/*.dae",
"**/*.html",
"**/*.m4a",
"**/*.mp3",
"**/*.onnx",
"**/*.osm",
"**/*.pcd",
"**/*.pt",
"**/*.stl",
"**/*.wav",
"**/*.zip",
"**/*.zst",
"**/.git/**",
"**/.gitignore",
"**/.idea/**",
"**/.mypy_cache/**",
"**/.vscode/**",
"**/__pycache__/**",
"**/build/**",
"**/CPPLINT.cfg",
"**/dist/**",
"**/external/**",
"**/install/**",
"**/log/**",
"**/package-lock.json",
"**/public/**",
"**/reports*/**"
],
"ignoreRegExpList": [
"\\[.*/.*\\]\\(https://github.com",
"github.com[/:][\\w._\\-]+(/[\\w._\\-]+)?"
],
"overrides": [
{
"filename": "**/{*.cpp,*.hpp,*.py,*.sh,*.xml,*.yaml,CMakeLists.txt}",
"ignoreRegExpList": [
"Copyright (\\(c\\))?.+$",
"FIXME( )?\\(.+?\\)",
"TODO( )?\\(.+?\\)"
]
},
{
"filename": "**/{*.cpp,*.hpp}",
"ignoreRegExpList": [
"@author .*$",
"\\author .*$",
"Author(s)?( )?: .*$"
]
},
{
"filename": "**/{*.drawio,*.svg}",
"ignoreRegExpList": [
"etag="[a-zA-Z0-9 +-/_]+"",
"filter=\"[a-zA-Z0-9 +-/_#()]+\"",
"id=\"[a-zA-Z0-9 +-/_]+\"",
"id="[a-zA-Z0-9 +-/_]+"",
"name="[^>]+",
"<text .*?>.*?\\.\\.\\.</text>",
"^.*?\\.\\.\\.(</text>)?$",
"data:image/png,.*;"
]
},
{
"filename": "**/*.md",
"ignoreRegExpList": [
"uses: .+/.+@.+",
"\\(Contribution by .+?\\)",
"\\]\\(#.+?\\)",
"^\\| GPU Name.+$",
"^gdown .+$"
"^gdown .+$",
"uses: .+/.+@.+"
]
},
{
Expand Down Expand Up @@ -86,10 +89,16 @@
{
"filename": "**/*.yaml",
"ignoreRegExpList": [
"uses: .+$",
"author: .+$",
"git_email: .+$",
"git_user: .+$",
"git_email: .+$"
"uses: .+$"
]
},
{
"filename": "**/package.json",
"ignoreRegExpList": [
"\"author\": .*"
]
},
{
Expand All @@ -100,17 +109,40 @@
]
},
{
"filename": "**/package.json",
"filename": "**/sync-files.yaml",
"ignoreRegExpList": [
"\"author\": .*"
"dest: .*",
"repository: .*",
"source: .*"
]
},
{
"filename": "**/sync-files.yaml",
"filename": "**/{*.cpp,*.hpp,*.py,*.sh,*.xml,*.yaml,CMakeLists.txt}",
"ignoreRegExpList": [
"repository: .*",
"source: .*",
"dest: .*"
"Copyright (\\(c\\))?.+$",
"FIXME( )?\\(.+?\\)",
"TODO( )?\\(.+?\\)"
]
},
{
"filename": "**/{*.cpp,*.hpp}",
"ignoreRegExpList": [
"@author .*$",
"\\author .*$",
"Author(s)?( )?: .*$"
]
},
{
"filename": "**/{*.drawio,*.svg}",
"ignoreRegExpList": [
"<text .*?>.*?\\.\\.\\.</text>",
"^.*?\\.\\.\\.(</text>)?$",
"data:image/png,.*;",
"etag=&quot;[a-zA-Z0-9 +-/_]+&quot;",
"filter=\"[a-zA-Z0-9 +-/_#()]+\"",
"id=\"[a-zA-Z0-9 +-/_]+\"",
"id=&quot;[a-zA-Z0-9 +-/_]+&quot;",
"name=&quot;[^>]+"
]
},
{
Expand All @@ -121,44 +153,6 @@
]
}
],
"ignorePaths": [
"**/*.caffemodel",
"**/*.cpr",
"**/*.cspell.json",
"**/*.css",
"**/*.cu",
"**/*.dae",
"**/*.html",
"**/*.m4a",
"**/*.mp3",
"**/*.onnx",
"**/*.osm",
"**/*.pcd",
"**/*.pt",
"**/*.stl",
"**/*.wav",
"**/*.zip",
"**/*.zst",
"**/.git/**",
"**/.gitignore",
"**/.idea/**",
"**/.mypy_cache/**",
"**/.vscode/**",
"**/CPPLINT.cfg",
"**/__pycache__/**",
"**/build/**",
"**/dist/**",
"**/external/**",
"**/install/**",
"**/log/**",
"**/package-lock.json",
"**/public/**",
"**/reports*/**"
],
"ignoreRegExpList": [
"github.com[/:][\\w._\\-]+(/[\\w._\\-]+)?",
"\\[.*/.*\\]\\(https://github.com"
],
"flagWords": [
"planing"
],
Expand Down
Loading

0 comments on commit 1dd72da

Please sign in to comment.