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
7
tests/phpstan-next.txt
Normal file
7
tests/phpstan-next.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# List of files, which are not yet passing PHPStan level 9 https://phpstan.org/user-guide/rule-levels
|
||||
# Used for automated tests to avoid regressions in files already passing that level.
|
||||
# Can be regenerated with something like:
|
||||
# find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 9 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
|
||||
|
||||
./xExtension-ImageProxy/configure.phtml
|
||||
./xExtension-ImageProxy/extension.php
|
||||
Loading…
Add table
Add a link
Reference in a new issue