Initial Drupal 11 with DDEV setup
This commit is contained in:
10
web/core/phpstan-partial.neon
Normal file
10
web/core/phpstan-partial.neon
Normal file
@ -0,0 +1,10 @@
|
||||
# Configuration file for PHPStan static code checking, see https://phpstan.org .
|
||||
# PHPStan with partial analysis is triggered in commit-code-check.sh.
|
||||
includes:
|
||||
- phpstan.neon.dist
|
||||
|
||||
# Do not add additional configuration to this file. This configuration exists
|
||||
# only to allow core/scripts/dev/commit-code-check.sh to run against a subset of
|
||||
# the codebase.
|
||||
parameters:
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
Reference in New Issue
Block a user