exclude filters and modules from spellchecker
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c5d23271d9
commit
0f41749c1c
@ -34,7 +34,7 @@ steps:
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- npm install -g spellchecker-cli
|
||||
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
|
||||
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/' '!content/modules/' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
|
||||
environment:
|
||||
FORCE_COLOR: true
|
||||
NPM_CONFIG_LOGLEVEL: error
|
||||
@ -87,6 +87,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 7b66fdb6855e25d5f417e81825a96c15eff0e2ee0d4278ba66875392df99d1c4
|
||||
hmac: 9df43d72e72f91647aaa61186c871f54146d1f5697e2377c3ffa7292819d994f
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user