librenms/phpstan-deprecated.neon

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
516 B
Plaintext
Raw Normal View History

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
- storage
- tests