fix spellchecker exclude pattern
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-07 17:41:22 +02:00
parent 0f41749c1c
commit 27069f9bda
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ steps:
image: node:lts-alpine
commands:
- 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:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
@ -87,6 +87,6 @@ trigger:
---
kind: signature
hmac: 9df43d72e72f91647aaa61186c871f54146d1f5697e2377c3ffa7292819d994f
hmac: c247b95a0e20bd82e46382909693c7a78a083dbb0eb95ecf29f267aa12228140
...