mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-17 15:30:48 +01:00
Move Drupal templates into the PHP directory
This commit is contained in:
parent
30942b2d95
commit
f602b6e1e6
17 changed files with 16 additions and 16 deletions
18
templates/php/drupal/phpstan.neon.dist.twig
Normal file
18
templates/php/drupal/phpstan.neon.dist.twig
Normal file
|
@ -0,0 +1,18 @@
|
|||
# {{ managedText | raw }}
|
||||
|
||||
parameters:
|
||||
level: {{ php.phpstan.level }}
|
||||
{% if not experimental.runStaticAnalysisOnTests %}
|
||||
excludePaths:
|
||||
- *Test.php
|
||||
- *TestBase.php
|
||||
{% endif %}
|
||||
paths:
|
||||
{% for path in php.phpstan.paths -%}
|
||||
- {{ path }}
|
||||
{%- endfor %}
|
||||
|
||||
{% if php.phpstan.baseline %}
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue