clean ignore

This commit is contained in:
Frédéric FRANCE 2023-12-20 18:30:35 +01:00
parent 2a7cf7fac8
commit 5d68744983
2 changed files with 3 additions and 9 deletions

View File

@ -36,7 +36,7 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
tools: phpstan, cs2pr
extensions: calendar, json, imagick, gd, zip, mbstring, intl, opcache, imap, mysql, pgsql, sqlite3, ldap, xml
extensions: calendar, json, imagick, gd, zip, mbstring, intl, opcache, imap, mysql, pgsql, sqlite3, ldap, xml, mcrypt
- uses: actions/setup-node@v3
with:
node-version: 14.x

View File

@ -46,16 +46,11 @@ parameters:
reportMagicMethods: false
reportMagicProperties: false
ignoreErrors:
- '#has an unused parameter \$param#'
- '#Result of function fieldList#'
- '#Caught class Stripe#'
- '#Function llxHeader invoked with#'
- '#Function llxHeaderVierge invoked with#'
- '#Function llxFooter invoked with#'
- '#Function llxFooterVierge invoked with#'
- '#Function llx.* invoked with#'
- '#If condition is always true#'
- '#always exists and is not falsy#'
- '#has no return type specified#'
- '#is always true#'
- '#is always fal#'
- '#always exists and is not nullable#'
@ -66,8 +61,7 @@ parameters:
- '#in isset\(\) is never defined#'
- '#(\$force_dolibarr_lib|\$dolibarr_main_db).*in empty\(\) is never defined.#'
- '#Sprain\\SwissQrBill\\#'
- '#Constructor of class DolEditor has an unused parameter \$toolbarlocation#'
- '#Constructor of class DoliDB.* has an unused parameter \$type#'
- '#Constructor of class .* has an unused parameter #'
- '#Default value of the parameter#'
internalErrorsCountLimit: 50
cache: