fix spellchecker exclude pattern
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0f41749c1c
commit
27069f9bda
@ -34,7 +34,7 @@ steps:
|
|||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install -g spellchecker-cli
|
- npm install -g spellchecker-cli
|
||||||
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/' '!content/modules/' -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:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
@ -87,6 +87,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 9df43d72e72f91647aaa61186c871f54146d1f5697e2377c3ffa7292819d994f
|
hmac: c247b95a0e20bd82e46382909693c7a78a083dbb0eb95ecf29f267aa12228140
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user