Move all files to drupal-localgov/
This commit is contained in:
parent
34eff4ef8b
commit
45d226aaad
24 changed files with 0 additions and 0 deletions
12
phpstan.neon
12
phpstan.neon
|
|
@ -1,12 +0,0 @@
|
|||
parameters:
|
||||
customRulesetUsed: true
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
# Ignore phpstan-drupal extension's rules.
|
||||
ignoreErrors:
|
||||
- '#\Drupal calls should be avoided in classes, use dependency injection instead#'
|
||||
- '#Plugin definitions cannot be altered.#'
|
||||
- '#Missing cache backend declaration for performance.#'
|
||||
- '#Plugin manager has cache backend specified but does not declare cache tags.#'
|
||||
#includes:
|
||||
# - vendor/mglaman/phpstan-drupal/extension.neon
|
||||
# - vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
||||
Reference in a new issue