38 lines
757 B
Plaintext
38 lines
757 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 1
|
|
paths:
|
|
- index.php
|
|
- login.php
|
|
- api
|
|
- batch
|
|
- css
|
|
- include
|
|
- languages
|
|
- pages
|
|
- plugins
|
|
- tests
|
|
- upgrade
|
|
- lib/stemming
|
|
bootstrapFiles:
|
|
- include/definitions.php
|
|
|
|
scanDirectories:
|
|
- lib/html2pdf/
|
|
- lib/Diff/
|
|
- lib/PHPMailer/
|
|
- lib/tus/
|
|
|
|
excludePaths:
|
|
analyse:
|
|
- include/ReplaceFunctionCallRector.php
|
|
- include/EscapeLanguageStringsRector.php
|
|
- plugins/*/lib/*
|
|
|
|
earlyTerminatingFunctionCalls:
|
|
- errorhandler
|
|
|
|
ignoreErrors:
|
|
- '#^Variable \$[a-zA-Z0-9_]+ might not be defined\.$#' |