You've already forked Epicnabbo-Catalogus-Updated-Daily
31 lines
835 B
Plaintext
31 lines
835 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- app
|
|
- config
|
|
- database
|
|
- routes
|
|
|
|
level: max
|
|
|
|
excludePaths:
|
|
- app/Console/Kernel.php
|
|
- app/Exceptions/Handler.php
|
|
- bootstrap
|
|
- storage
|
|
- vendor
|
|
- database/seeders/WebsiteArticleSeeder.php
|
|
|
|
ignoreErrors:
|
|
- '#PHPDoc tag @var#'
|
|
- '#Unsafe usage of new static#'
|
|
- '#uses generic trait .*HasFactory but does not specify its types#'
|
|
- '#extends generic class .*Factory but does not specify its types#'
|
|
- '#return type with generic class .*Builder does not specify its types#'
|
|
- '#missingType\\.iterableValue#'
|
|
- '#should return array<string, mixed> but returns array#'
|
|
|
|
reportUnmatchedIgnoredErrors: false
|