align config files
This commit is contained in:
parent
7bfd4a5844
commit
e33376d10e
2 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
parameters:
|
||||
phpVersion: 80200 # PHP 8.2
|
||||
tmpDir: ./.github/tmp
|
||||
parallel:
|
||||
# Commented some of the settings, reminding the defaults:
|
||||
|
|
@ -46,12 +47,16 @@ parameters:
|
|||
- htdocs/includes/tecnickcom/*
|
||||
- htdocs/includes/webklex/*
|
||||
- htdocs/core/class/lessc.class.php
|
||||
checkAlwaysTrueCheckTypeFunctionCall: false
|
||||
checkAlwaysTrueInstanceof: false
|
||||
checkAlwaysTrueStrictComparison: false
|
||||
# checkAlwaysTrueCheckTypeFunctionCall: false
|
||||
# checkAlwaysTrueInstanceof: false
|
||||
# checkAlwaysTrueStrictComparison: false
|
||||
polluteScopeWithLoopInitialAssignments: false
|
||||
polluteScopeWithAlwaysIterableForeach: false
|
||||
polluteScopeWithBlock: false
|
||||
checkClassCaseSensitivity: true
|
||||
checkFunctionArgumentTypes: true
|
||||
checkFunctionNameCase: true
|
||||
checkInternalClassCaseSensitivity: true
|
||||
checkArgumentsPassedByReference: true
|
||||
checkMaybeUndefinedVariables: true
|
||||
checkNullables: false
|
||||
|
|
@ -61,8 +66,6 @@ parameters:
|
|||
reportMaybes: false
|
||||
reportMaybesInMethodSignatures: false
|
||||
reportStaticMethodSignatures: false
|
||||
polluteScopeWithLoopInitialAssignments: true
|
||||
polluteScopeWithAlwaysIterableForeach: true
|
||||
reportMagicMethods: false
|
||||
reportMagicProperties: false
|
||||
treatPhpDocTypesAsCertain: false
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ parameters:
|
|||
- htdocs/install/doctemplates/*
|
||||
- htdocs/langs/*
|
||||
- htdocs/modulebuilder/template/test/*
|
||||
- htdocs/support/*
|
||||
analyse:
|
||||
- htdocs/includes/geoPHP/*
|
||||
- htdocs/includes/markrogoyski/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue