mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-28 00:01:00 +01:00
Adding the special PHPStan suffix to mark it as optional. https://phpstan.org/user-guide/ignoring-errors#excluding-whole-files
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
parameters:
|
|
level: 6
|
|
tmpDir: .phpstan-tmp
|
|
paths:
|
|
- .
|
|
scanFiles:
|
|
- lib/gettext/gettext.inc.php
|
|
- lib/floIcon.php
|
|
- lib/MiniTemplator.class.php
|
|
excludePaths:
|
|
- lib
|
|
- node_modules (?)
|
|
- plugins.local
|
|
- tests
|
|
- vendor
|
|
- rector.php
|