From 4e2dff4591bb2062311c1d5bfcdca3ade2a76d16 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 9 Jan 2022 18:21:40 +0100 Subject: Add spell checking with typos (#4138) * Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile --- .typos.toml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .typos.toml (limited to '.typos.toml') diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..602d08fda --- /dev/null +++ b/.typos.toml @@ -0,0 +1,39 @@ +[default.extend-identifiers] +ba9 = "ba9" +Ths2 = "Ths2" + +[files] +extend-exclude = [ + "*.fr.md", + "*.map", + "*.min.js", + "*.po", + "*.pot", + "*.rtl.css", + "app/i18n/cz/", + "app/i18n/de/", + "app/i18n/es/", + "app/i18n/fr/", + "app/i18n/he/", + "app/i18n/it/", + "app/i18n/ja/", + "app/i18n/ko/", + "app/i18n/nl/", + "app/i18n/oc/", + "app/i18n/pl/", + "app/i18n/pt-br/", + "app/i18n/ru/", + "app/i18n/sk/", + "app/i18n/tr/", + "app/i18n/zh-cn/", + "bin/", + "data/", + "docs/fr/", + "lib/lib_phpQuery.php", + "lib/PHPMailer", + "lib/SimplePie/", + "node_modules/", + "p/scripts/vendor/", + "package-lock.json", + "vendor/", +] -- cgit v1.2.3