blob: ff29085b86bd4df0f038483b1921e1115c1d3461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
includes:
- phpstan.dist.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: max
strictRules:
strictArrayFilter: true # TODO pass
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Controllers/configureController.php
- app/Controllers/feedController.php
- app/Controllers/subscriptionController.php
- app/Models/Entry.php
- app/Models/UserQuery.php
- cli/CliOption.php
- cli/CliOptionsParser.php
- cli/create-user.php
- cli/reconfigure.php
- cli/update-user.php
- lib/Minz/Migrator.php
|