mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try to reduce some ci task for devcamp bugfix contest
This commit is contained in:
parent
1634bf6d18
commit
9794bd13fe
12
.github/workflows/phpstan_baseline.yml
vendored
12
.github/workflows/phpstan_baseline.yml
vendored
|
|
@ -8,13 +8,13 @@ on:
|
|||
# We want to be able to manually refresh the baseline too
|
||||
workflow_dispatch:
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
gh_event:
|
||||
required: true
|
||||
type: string
|
||||
#workflow_call:
|
||||
# inputs:
|
||||
# gh_event:
|
||||
# required: true
|
||||
# type: string
|
||||
# Run PHPStan analyse on pull requests
|
||||
pull_request:
|
||||
#pull_request:
|
||||
|
||||
env:
|
||||
PHP_VERSION: '8.2'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ parameters:
|
|||
- htdocs/core/class/lessc.class.php
|
||||
# checkAlwaysTrueCheckTypeFunctionCall: false
|
||||
# checkAlwaysTrueInstanceof: false
|
||||
# checkAlwaysTrueStrictComparison: false
|
||||
checkAlwaysTrueStrictComparison: false
|
||||
checkClassCaseSensitivity: true
|
||||
checkFunctionArgumentTypes: true
|
||||
checkFunctionNameCase: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user