projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab65c2
)
CI: codespell: skip Makefile for spell check
author
Ilya Shipitsin
<chipitsine@gmail.com>
Fri, 19 Feb 2021 19:18:00 +0000
(
00:18
+0500)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
8029a21
..
75c96c0
100644
(file)
--- 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"