mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
23 lines
751 B
Text
23 lines
751 B
Text
parameters:
|
|
level: 3
|
|
scanDirectories:
|
|
- lam/lib
|
|
- lam/templates
|
|
paths:
|
|
- lam/lib
|
|
- lam/templates
|
|
excludePaths:
|
|
analyseAndScan:
|
|
- */3rdParty/*
|
|
ignoreErrors:
|
|
- '#.* on an unknown class .*#'
|
|
- '#.* has invalid type .*#'
|
|
- '#Function [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Instantiated class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Caught class [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Used function [a-zA-Z0-9\\_-]+ not found.#'
|
|
- '#Variable \$helpArray might not be defined.#'
|
|
- '#Function [a-zA-Z0-9\(\)\\_-]+ has invalid return type [a-zA-Z0-9\\_-]+.#'
|
|
- '#PHPDoc tag @throws with type LAMException is not subtype of Throwable#'
|
|
- '#Throwing object of an unknown class [a-zA-Z0-9\\_-]+.#'
|