mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Qual: Exclude lessc.class.php from phpstan (#31078)
# Qual: Exclude lessc.class.php from phpstan 'lessc' is considered an external analysis and can be excluded from analysis (>400 less phpstan notices).
This commit is contained in:
parent
6ce09ce68d
commit
038e1e8f05
|
|
@ -25,6 +25,7 @@ parameters:
|
|||
- htdocs/support/*
|
||||
analyse:
|
||||
- htdocs/includes/*
|
||||
- htdocs/core/class/lessc.class.php
|
||||
checkAlwaysTrueCheckTypeFunctionCall: false
|
||||
checkAlwaysTrueInstanceof: false
|
||||
checkAlwaysTrueStrictComparison: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user