Skip to content

Commit 1d73b7a

Browse files
HansRobosatoshi-otapre-commit-ci[bot]takayuki5168
authored
chore(cspell): add spell-check-partial (autowarefoundation#4320)
* fix(occlusion_spot): add lacking param (autowarefoundation#4290) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * chore(cspell): add cspell-partial.json Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * chore(cspell): add spell-check-partial.yaml Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * chore(cspell): fix spell-check-partial Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * style(pre-commit): autofix Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * feat(tier4_autoware_utils): add intersect function (autowarefoundation#4312) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * chore(cspell): test spell-check-partial Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> * chore(cspell): revert spell-check-partial Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 8193b36 commit 1d73b7a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.cspell-partial.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"ignorePaths": [
3+
"**/common/**",
4+
"**/control/**",
5+
"**/docs/**",
6+
"**/evaluator/**",
7+
"**/launch/**",
8+
"**/localization/**",
9+
"**/map/**",
10+
"**/perception/**",
11+
"**/planning/**",
12+
"**/sensing/**",
13+
"**/simulator/**",
14+
"**/system/**",
15+
"**/tools/**",
16+
"**/vehicles/**"
17+
],
18+
"ignoreRegExpList": [],
19+
"words": []
20+
}
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: spell-check-partial
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
spell-check-partial:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check out repository
11+
uses: actions/checkout@v3
12+
13+
- name: Run spell-check
14+
uses: autowarefoundation/autoware-github-actions/spell-check@v1
15+
with:
16+
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
17+
local-cspell-json: .cspell-partial.json
18+
incremental-files-only: true

0 commit comments

Comments
 (0)