mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
25 lines
674 B
Text
25 lines
674 B
Text
parameters:
|
|
level: 4
|
|
scanDirectories:
|
|
- lam/lib
|
|
- lam/templates
|
|
paths:
|
|
- lam/lib
|
|
- lam/templates
|
|
fileExtensions:
|
|
- php
|
|
- inc
|
|
excludePaths:
|
|
analyse:
|
|
- */3rdParty/*
|
|
analyseAndScan:
|
|
- */lists/changePassword.php
|
|
ignoreErrors:
|
|
- '#.* on an unknown class .*#'
|
|
- '#.* has invalid type .*#'
|
|
- '#Function [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\\_-]+.#'
|
|
- '#Binary operation .* between .* and .* results in an error.#'
|
|
- '#Offset .SID. on array.*in isset\(\) always exists.*#'
|