From 0c31d9f6db701d5250ea470db9dc8cd05fdb94f8 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Sep 2021 22:21:49 +0200 Subject: [PATCH] ci: add spell check dict --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0899118..184af97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,6 @@ steps: - name: pylint image: alpine commands: - - apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-pylint py3-enchant + - apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-pylint py3-enchant hunspell-en - pip3 install --no-cache-dir . - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8