mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
clean ignore
This commit is contained in:
parent
2a7cf7fac8
commit
5d68744983
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user