misc: Update spellcheck configs

This commit is contained in:
Joe Mooring
2025-08-16 11:29:27 -07:00
committed by GitHub
parent 55a8ff7ae1
commit 2f2b4c9688
3 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
[codespell]
# Comma separated list of dirs to be skipped.
skip = _vendor,.cspell.json,chroma.css,chroma_dark.css
skip = *.ai,chroma.css,chroma_dark.css,.cspell.json
# Comma separated list of words to be ignored. Words must be lowercased.
ignore-words-list = abl,edn,te,ue,trys,januar,womens,crossreferences
ignore-words-list = abl,edn,januar,te,trys,ue,womens
# Check file names as well.
check-filenames = true
+11 -3
View File
@@ -1,8 +1,15 @@
{
"version": "0.2",
"allowCompoundWords": true,
"files": [
"**/*.md"
"overrides": [
{
"filename": "**/*",
"enabled": false
},
{
"filename": "**/*.md",
"enabled": true
}
],
"flagWords": [
"alot",
@@ -13,7 +20,6 @@
"teh"
],
"ignorePaths": [
"**/*.ai",
"**/emojis.md",
"**/commands/*",
"**/showcase/*",
@@ -102,6 +108,8 @@
"descripción",
"dokumentation",
"erklärungen",
"español",
"français",
"libros",
"mercredi",
"miesiąc",
+4 -6
View File
@@ -13,15 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v7
with:
check_dot_files: false
files: content/**/*.md
incremental_files_only: true
inline: warning
strict: false
strict: true
# cspell uses the .cspell.json configuration file
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
# by default, codespell uses configuration from the .codespellrc
# codespell uses the .codespellrc file