diff options
| author | 2022-01-09 18:21:40 +0100 | |
|---|---|---|
| committer | 2022-01-09 18:21:40 +0100 | |
| commit | 4e2dff4591bb2062311c1d5bfcdca3ade2a76d16 (patch) | |
| tree | a876374a709f04f919b35ae8e1e53774a0aca39c /.typos.toml | |
| parent | 9dbbe924c5e54b5dbe486873a9b31a28127c8e62 (diff) | |
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
Diffstat (limited to '.typos.toml')
| -rw-r--r-- | .typos.toml | 39 |
1 files changed, 39 insertions, 0 deletions
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/", +] |
