ci, build, release
All checks were successful
Build & publish docs (rc + release) / publish (push) Successful in 8s
All checks were successful
Build & publish docs (rc + release) / publish (push) Successful in 8s
+ update spellcheck to use cspell
This commit is contained in:
25
tools/spellcheck/cspell.yml
Normal file
25
tools/spellcheck/cspell.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
||||
|
||||
# The version of the configuration file format.
|
||||
version: "0.2"
|
||||
# The locale to use when spell checking. (e.g., en, en-GB, de-DE
|
||||
language: en-US
|
||||
useGitignore: true
|
||||
globRoot: "../.."
|
||||
allowCompoundWords: true
|
||||
|
||||
files:
|
||||
- "**/*.md"
|
||||
- ./README.md
|
||||
|
||||
dictionaryDefinitions:
|
||||
- name: baseball-words
|
||||
path: ./baseball-words.txt
|
||||
|
||||
dictionaries:
|
||||
- baseball-words
|
||||
|
||||
words:
|
||||
- cmba
|
||||
- chicagoland
|
||||
- gitdriver
|
||||
Reference in New Issue
Block a user