You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/phpstan.neon

34 lines
746 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
- vendor/nesbot/carbon/extension.neon
parameters:
# Level 10 is the highest level
level: 0
# Laravel specific configurations
noModelMake: true
noUnnecessaryCollectionCall: true
checkModelProperties: true
checkOctaneCompatibility: true
noEnvCallsOutsideOfConfig: true
checkModelAppends: true
checkModelMethodVisibility: true
checkAuthCallsWhenInRequestScope: true
checkMissingTranslations: false
translationDirectories:
- resources/lang
paths:
- app/
- routes/
- tests/
excludePaths:
- bootstrap/cache/*
- storage/
- vendor/
reportUnmatchedIgnoredErrors: false