Add PHPStan and other quality checks
Similar to FreshRSS core Contributes to https://github.com/FreshRSS/Extensions/issues/184
This commit is contained in:
parent
a86467db48
commit
b49596818c
59 changed files with 1173 additions and 404 deletions
23
.typos.toml
Normal file
23
.typos.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[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"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue