From 27069f9bdae743610457cd51163a7b985a31cabe Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 7 Jun 2020 17:41:22 +0200 Subject: [PATCH] fix spellchecker exclude pattern --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 04b5ea2..9f44fac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...