From: Ilya Shipitsin Date: Fri, 19 Feb 2021 19:18:00 +0000 (+0500) Subject: CI: codespell: skip Makefile for spell check X-Git-Tag: v2.4-dev11~60 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=0879c22723ba57378af8ec7e242e62756a0f8ff1;p=haproxy-2.5.git CI: codespell: skip Makefile for spell check checking Makefile is noisy, we do not benefit from it --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8029a21..75c96c0 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,4 +14,4 @@ jobs: - name: install prerequisites run: sudo pip install codespell - name: check - run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives --skip="CHANGELOG,*.fig,*.pem" + run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives --skip="CHANGELOG,Makefile,*.fig,*.pem"