From 29fb8d5c5f16cc36c926a9343f2feebec2efaf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 14:38:35 +0300 Subject: [PATCH 1/4] ci(spell-check-diff): add explicit dict-packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/spell-check-differential.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml index fdf819b035d..6f3b92614b4 100644 --- a/.github/workflows/spell-check-differential.yaml +++ b/.github/workflows/spell-check-differential.yaml @@ -14,3 +14,7 @@ jobs: uses: autowarefoundation/autoware-github-actions/spell-check@v1 with: cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json + dict-packages: | + https://github.com/autowarefoundation/autoware-spell-check-dict + https://github.com/tier4/cspell-dicts + https://github.com/streetsidesoftware/cspell-dicts From 0fd155a46719621f8c748c830f92137fc3b55616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 14:48:37 +0300 Subject: [PATCH 2/4] test dictionaries explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/spell-check-differential.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml index 6f3b92614b4..b4a72ff19e2 100644 --- a/.github/workflows/spell-check-differential.yaml +++ b/.github/workflows/spell-check-differential.yaml @@ -17,4 +17,7 @@ jobs: dict-packages: | https://github.com/autowarefoundation/autoware-spell-check-dict https://github.com/tier4/cspell-dicts - https://github.com/streetsidesoftware/cspell-dicts + https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/cpp + https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/en_GB + https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/en_US + https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/software-terms From b3e1b0285c036927238f27fcc927e7ebaca21297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 14:52:35 +0300 Subject: [PATCH 3/4] test npm package names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/spell-check-differential.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml index b4a72ff19e2..39f3ec2679c 100644 --- a/.github/workflows/spell-check-differential.yaml +++ b/.github/workflows/spell-check-differential.yaml @@ -17,7 +17,7 @@ jobs: dict-packages: | https://github.com/autowarefoundation/autoware-spell-check-dict https://github.com/tier4/cspell-dicts - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/cpp - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/en_GB - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/en_US - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/software-terms + @cspell/dict-cpp + @cspell/dict-en_gb + @cspell/dict-en_us + @cspell/dict-software-terms From 09284d9f7e9089492d2e50b1bad7be34c6f76c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 14:53:32 +0300 Subject: [PATCH 4/4] they come preinstalled ._. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/spell-check-differential.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml index 39f3ec2679c..90d59626723 100644 --- a/.github/workflows/spell-check-differential.yaml +++ b/.github/workflows/spell-check-differential.yaml @@ -17,7 +17,3 @@ jobs: dict-packages: | https://github.com/autowarefoundation/autoware-spell-check-dict https://github.com/tier4/cspell-dicts - @cspell/dict-cpp - @cspell/dict-en_gb - @cspell/dict-en_us - @cspell/dict-software-terms