mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
* 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>
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
[codespell]
|
|
exclude-file = .codespellx
|
|
ignore-words-list = "FPT,FTP,fpt,ftp"
|