2021-02-21 20:19:58 +00:00
|
|
|
parameters:
|
|
|
|
level: 5
|
|
|
|
ignoreErrors:
|
|
|
|
- '#Constant.*not found#'
|
2021-02-22 11:41:09 +00:00
|
|
|
- '#Comparison operation ">" between int<1, max> and 0 is always true.#'
|
|
|
|
- '#Access to an undefined property DOMNode::\$tagName.#'
|
|
|
|
- '#Call to an undefined method DOMNode::(get|remove|set)Attribute\(\).#'
|
2021-02-21 20:19:58 +00:00
|
|
|
- '#PHPDoc tag @param has invalid value#'
|
|
|
|
- message: '##'
|
|
|
|
paths:
|
|
|
|
- lib/*
|
|
|
|
- vendor/*
|
|
|
|
- plugins/*/vendor/*
|
|
|
|
- plugins.local/*/vendor/*
|
|
|
|
|
|
|
|
excludePaths:
|
|
|
|
- node_modules/*
|
|
|
|
paths:
|
|
|
|
- .
|