mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
21 lines
724 B
Plaintext
21 lines
724 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
parameters:
|
|
level: 2
|
|
paths:
|
|
- 'app/'
|
|
excludePaths:
|
|
- 'vendor/'
|
|
- 'app/Jobs/Ninja/*'
|
|
- 'app/Console/Commands/*'
|
|
- 'app/DataMapper/Analytics/*'
|
|
- 'app/PaymentDrivers/Authorize/*'
|
|
universalObjectCratesClasses:
|
|
- App\DataMapper\Tax\RuleInterface
|
|
- App\DataMapper\FeesAndLimits
|
|
reportUnmatchedIgnoredErrors: false
|
|
ignoreErrors:
|
|
- '#Call to an undefined method [a-zA-Z0-9\\_]+::company\(\)#'
|
|
- '#Call to an undefined method [a-zA-Z0-9\\_]+::entityFilter\(\)#'
|
|
- '#Call to an undefined method [a-zA-Z0-9\\_]+::withTrashed\(\)#'
|
|
- '#Undefined method#' |