projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4329a9a
)
CI: extend spellchecker whitelist
author
Ilya Shipitsin
<chipitsine@gmail.com>
Tue, 5 May 2020 16:20:54 +0000
(21:20 +0500)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 11 May 2020 08:10:26 +0000
(10:10 +0200)
let us ignore *.fig files as well as "que" and "ans" words
.github/workflows/codespell.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
e70de5e
..
9a630cf
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 --skip CHANGELOG
+ run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig"