mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
32 lines
634 B
Plaintext
32 lines
634 B
Plaintext
includes:
|
|
- phpstan-baseline-deprecated.neon
|
|
- vendor/spaze/phpstan-disallowed-calls/extension.neon
|
|
|
|
parameters:
|
|
|
|
customRulesetUsed: true
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
paths:
|
|
- LibreNMS
|
|
- bootstrap
|
|
- cache
|
|
- html
|
|
- storage
|
|
- app
|
|
- config
|
|
- database
|
|
- doc
|
|
- includes
|
|
- licenses
|
|
- misc
|
|
- resources
|
|
- routes
|
|
- sql-schema
|
|
- tests
|
|
|
|
disallowedFunctionCalls:
|
|
-
|
|
function: 'db*()'
|
|
message: 'use Eloquent instead; https://laravel.com/docs/8.x/eloquent'
|