Issue #3178534 by mondrake, klausi, alexpott, longwave, mallezie, Taran2L, mglaman, Spokje, kim.pepper, daffie, andypost, neclimdul, xjm, Gábor Hojtsy, cmlara: Start running PHPStan on Drupal core (level 0)
2022-01-18 09:34:31 +00:00
|
|
|
# Configuration file for PHPStan static code checking, see https://phpstan.org .
|
2022-05-18 08:02:22 +00:00
|
|
|
# PHPStan with partial analysis is triggered in commit-code-check.sh.
|
Issue #3178534 by mondrake, klausi, alexpott, longwave, mallezie, Taran2L, mglaman, Spokje, kim.pepper, daffie, andypost, neclimdul, xjm, Gábor Hojtsy, cmlara: Start running PHPStan on Drupal core (level 0)
2022-01-18 09:34:31 +00:00
|
|
|
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:
|
2022-05-18 08:02:22 +00:00
|
|
|
reportUnmatchedIgnoredErrors: false
|