php/phpstan.neon

25 lines
813 B
Text
Raw Normal View History

parameters:
paths:
- src
level: 1
ignoreErrors:
- '#Unsafe usage of new static#'
- '#env\(\).*outside of the config directory#'
- identifier: larastan.noEnvCallsOutsideOfConfig
- identifier: trait.unused
- identifier: class.notFound
- identifier: function.deprecated
- identifier: method.notFound
excludePaths:
- src/Core/Activity
- src/Core/Config/Tests
- src/Core/Input/Tests
- src/Core/Tests
- src/Core/Bouncer/Tests
- src/Core/Bouncer/Gate/Tests
- src/Core/Front/Tests
- src/Mod/Trees
# Pending Core\Service module — see plans/code/core/lint/RFC.md migration
- src/Core/Cdn/Services/BunnyStorageService.php
reportUnmatchedIgnoredErrors: false