Files
php-curl-class/tests/phpstan.neon
T
Zach Borboa 29cca2e48b Move some configs out of the root directory (#910)
* Move flake8 configuration out of root directory

* Move PHPStan configuration out of root directory
2025-01-12 12:39:31 -05:00

16 lines
334 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
reportUnmatchedIgnoredErrors: false
# TODO: Increase rule level to be more strict.
level: 3
# TODO: Remove all exclusions except vendor/ and fix related errors.
excludePaths:
- ../examples/*
- ../tests/*
- ../vendor/*
- ../www/*