From f3fcdaeb69d9055d20f40677d6b0a56f753b2447 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 24 May 2021 15:52:54 +0200 Subject: [PATCH] fix spellchecking --- .dictionary | 1 + .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dictionary b/.dictionary index 64b0f22..6527d46 100644 --- a/.dictionary +++ b/.dictionary @@ -1 +1,2 @@ Ansible +IoT diff --git a/.drone.yml b/.drone.yml index 81beeb5..475997b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,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 frontmatter --frontmatter-keys title --no-suggestions environment: FORCE_COLOR: true NPM_CONFIG_LOGLEVEL: error @@ -84,6 +84,6 @@ trigger: --- kind: signature -hmac: a416ae3ffcf5ffed9a58acf9c240396478c2a3bb62d07d087fd34a3ab1fd853e +hmac: 718f3f93f5c26358773d9b1962e8bb2dd937b768dce5f47afa39a5cfdd7f3476 ...