From 0f41749c1ca2c2d17121d13bf7cbc703adab0606 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 7 Jun 2020 17:29:57 +0200 Subject: [PATCH] exclude filters and modules from spellchecker --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9d866f4..04b5ea2 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' -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 ...