2025-09-02 20:49:46 +02:00
|
|
|
[codespell]
|
|
|
|
|
|
|
|
|
|
# Add complete lines to be ignored to this file.
|
|
|
|
|
# Example for ignoring all current occurrences of (verifiably correct) word usage:
|
|
|
|
|
# grep -hirw "emac" | sort | uniq >>.codespell-ignore-lines
|
|
|
|
|
exclude-file = .codespell-ignore-lines
|
|
|
|
|
|
|
|
|
|
# Ignore complete files (e.g. legal text or other immutable material).
|
|
|
|
|
skip =
|
|
|
|
|
LICENSE,
|
2026-06-10 08:49:35 -03:00
|
|
|
examples/webpanel/content/www/xterm.min.js,
|
2026-06-29 13:22:43 -04:00
|
|
|
**/games/NXDoom/src/doom/d_englsh.h,
|
|
|
|
|
**/games/NXDoom/src/doom/d_french.h
|
2025-05-22 10:54:17 +08:00
|
|
|
|
|
|
|
|
# Ignore words list (FTP protocol commands and technical terms)
|
2026-06-10 08:49:35 -03:00
|
|
|
ignore-words-list = ALLO, ARCHTYPE, parm, shiftIn
|