mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
28 lines
537 B
Plaintext
28 lines
537 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
|
- phpstan-baseline-deprecated.neon
|
|
|
|
parameters:
|
|
|
|
customRulesetUsed: true
|
|
reportUnmatchedIgnoredErrors: false
|
|
resultCachePath: %tmpDir%/resultCache-deprecated.php
|
|
|
|
paths:
|
|
- app
|
|
- bootstrap
|
|
- cache
|
|
- config
|
|
- database
|
|
- doc
|
|
- html
|
|
- includes
|
|
- LibreNMS
|
|
- licenses
|
|
- misc
|
|
- resources
|
|
- routes
|
|
- sql-schema
|
|
- storage
|
|
- tests
|