From 3990cd43929cc4d036d8cf3f365d0e13349ef4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 27 Aug 2021 20:45:19 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20codespell:=20ignore=20=E2=80=98doas?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .builds/alpine-x64.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine-x64.yml b/.builds/alpine-x64.yml index 6823c834..df08c6f9 100644 --- a/.builds/alpine-x64.yml +++ b/.builds/alpine-x64.yml @@ -45,4 +45,4 @@ tasks: - codespell: | pip install codespell cd foot - ~/.local/bin/codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd + ~/.local/bin/codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05992cf8..b7fbb972 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,4 +86,4 @@ codespell: - apk add python3 - apk add py3-pip - pip install codespell - - codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd + - codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd