FreshRSS-Extensions/.typos.toml
Alexandre Alapetite b49596818c
Add PHPStan and other quality checks
Similar to FreshRSS core
Contributes to https://github.com/FreshRSS/Extensions/issues/184
2023-11-23 22:41:09 +01:00

23 lines
312 B
TOML

[default.extend-identifiers]
ot = "ot"
Ths2 = "Ths2"
[default.extend-words]
referer = "referer"
[files]
extend-exclude = [
".git/",
"*.fr.md",
"*.map",
"*.min.js",
"*.rtl.css",
"*/i18n/de",
"*/i18n/fr",
"bin/",
"node_modules/",
"symbolic/",
"tmp/",
"vendor/",
"xExtension-ReadingTime/README.md"
]