mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-14 23:04:45 +02:00

Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Co-authored-by: Boy132 <Boy132@users.noreply.github.com> Co-authored-by: Lance Pioch <git@lance.sh>
27 lines
738 B
Plaintext
27 lines
738 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
rules:
|
|
- App\PHPStan\ForbiddenGlobalFunctionsRule
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
level: 6
|
|
|
|
ignoreErrors:
|
|
- identifier: argument.templateType
|
|
- identifier: missingType.generics
|
|
- '#Call to an undefined method Filament\\Forms\\Components\\(.+)::hintCopy\(\)#'
|
|
|
|
# We are getting and setting environment variables directly
|
|
-
|
|
identifier: larastan.noEnvCallsOutsideOfConfig
|
|
paths:
|
|
- app/Console/Commands/Environment/*.php
|
|
- app/Extensions/Captcha/Schemas/*.php
|
|
- app/Extensions/OAuth/Schemas/*.php
|
|
- app/Filament/Admin/Pages/Settings.php
|