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 ...