From b4b1e93289b86d26b23a99133939feb07983ff52 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Sep 2021 22:15:53 +0200 Subject: [PATCH] ci: fix spell check --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 537ee98..0899118 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 + - apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-pylint py3-enchant - pip3 install --no-cache-dir . - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8