Files
docs/.codespellrc
T
Piotr Król 01d326410f Fix pre-commit issues before update to newer version
* codespellrc - added FPT to not be marked as error with suggestion to
  change to FTP
* markdownlint - disabled MD034 which breaks mkdocs rendering by adding
  <> round urls
* fix minor spelling mistakes

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
2023-05-05 15:26:08 +02:00

4 lines
77 B
Plaintext

[codespell]
exclude-file = .codespellx
ignore-words-list = "FPT,FTP,fpt,ftp"