mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
Add codespell ignores identified so far
This commit is contained in:
parent
619fb193eb
commit
863c6d9bf4
1 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
[codespell]
|
[codespell]
|
||||||
skip = .git,*.pdf,*.svg
|
skip = .git,*.pdf,*.svg,po,rfc*.txt
|
||||||
# ignore-words-list =
|
# nd,te,wath - short variables used
|
||||||
|
# numer - API used
|
||||||
|
# Mattern,Stach - names
|
||||||
|
# entrie - entrie(s) string
|
||||||
|
# HDA - domain terms used
|
||||||
|
ignore-words-list = nd,te,wath,mattern,entrie,stach,hda,numer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue