]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: codespell: skip Makefile for spell check
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 19 Feb 2021 19:18:00 +0000 (00:18 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Feb 2021 08:01:36 +0000 (09:01 +0100)
checking Makefile is noisy, we do not benefit from it

.github/workflows/codespell.yml

index 8029a21f694fe9012b07f2f6297ff15c2e6648e9..75c96c0544fc6ebffbf630f65397394fc858b22c 100644 (file)
@@ -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"