Skip to content

Commit b81a51c

Browse files
Ignore other dict words in examples when doing CI
Prevent GitHub workflow (CI) from failing on run of CSpell over the examples of words not in the default dictionaries, when the workflow is using only the default dictionaries. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
1 parent 35653cb commit b81a51c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/README-OVERRIDES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Using CSpell overrides
2+
<!--- cspell:ignore esac getopts shopt --->
23

34
This is the same for use with `pre-commit` as with other methods of invoking
45
`cspell`, namely configuring an `overrides` section on your `cspell.json`

docs/README-PRE-COMMIT-EXTRA-DICTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Using extra CSpell dictionaries with `pre-commit`
2+
<!--- cspell:ignore Voici nous avons française reforme --->
23

34
## Common configuration
45

0 commit comments

Comments
 (0)