2
0
forked from Wavyzz/dolibarr
Commit Graph

9 Commits

Author SHA1 Message Date
Frédéric FRANCE
6cfd7d16e6 fix phpstan check class case (#30058) 2024-06-18 15:48:18 +02:00
Laurent Destailleur
baf3ec75c2 Ignore non usefull phpstan error 2024-05-13 12:42:26 +02:00
Laurent Destailleur
22aeb4ef9f Ignore warning 2024-05-01 17:49:38 +02:00
Laurent Destailleur
826f3063e2 Fix phpstan conf 2024-04-30 18:56:36 +02:00
Laurent Destailleur
b5cd856bbe Eclude some phpstan warnings 2024-04-30 13:41:27 +02:00
Frédéric FRANCE
86eda8ede5 add filters for level 4 (#29532) 2024-04-29 20:02:09 +02:00
Frédéric FRANCE
52c414d931 How many errors remain before reaching the next phpstan analysis level? (#29509) 2024-04-27 17:19:40 +02:00
Frédéric France
6c5853528e Merge remote-tracking branch 'upstream/develop' into patch-11 2024-03-11 17:46:37 +01:00
MDW
ec0fd31386 Fix phpstan workflow file (#28741)
* Fix phpstan workflow file

# Fix phpstan workflow file

Line was split in two, joined

* qual: set memory limit to 'unlimited' (-1)

* Remove some stubs to check impact

* Fix: Verify execution time limit

* Remove stub files to reuse cache

* Qual: Rename distribution phpstan.neon to phpstan.neon.dist

# Qual: Rename distribution phpstan.neon to phpstan.neon.dist

This allows the developer to override some settings locally

Also update the .gitignore file with phpstan.neon and some other other
ignores (cache, local log files, temporary edit files).

* Enable debug on phpstan

* Re-enable stubs

* Fix: Change parallel settings to defaults, remove buffer

'buffer' is not a documented parameter, removing it.
Removing some configuration settings as the defaults are higher and
should adapt better to the target machine
2024-03-11 14:04:02 +01:00