2026-03-06 08:49:51 +00:00
|
|
|
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
|
2026-04-27 15:54:09 +01:00
|
|
|
# Pending Core\Service module — see plans/code/core/lint/RFC.md migration
|
|
|
|
|
- src/Core/Cdn/Services/BunnyStorageService.php
|
2026-03-06 08:49:51 +00:00
|
|
|
reportUnmatchedIgnoredErrors: false
|