mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Provide codespell configuration
While at it, add a list with words to ignore. This suppresses the following codespell finding: $ codespell libcpumf/libcpumf_cpuset.c libcpumf/libcpumf_cpuset.c:15: parm ==> param, pram, parma libcpumf/libcpumf_cpuset.c:17: parm ==> param, pram, parma Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
4ff360e621
commit
b3551f50a8
5
.codespellrc
Normal file
5
.codespellrc
Normal file
@@ -0,0 +1,5 @@
|
||||
[codespell]
|
||||
ignore-words-list = parm,parms
|
||||
skip = ''
|
||||
count = ''
|
||||
quiet-level = 3
|
||||
Reference in New Issue
Block a user