Merge branch 'fix_scrutinizer'

Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
binsky 2023-06-25 18:02:51 +02:00
commit 19c6c3be9f
No known key found for this signature in database
GPG key ID: B438F7FA2E3AC98F
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,6 @@ imports:
- php
tools:
external_code_coverage: true
external_code_coverage:
timeout: 7200 # Timeout in seconds: 2 hours
php_mess_detector: true
@ -21,4 +20,4 @@ tools:
build_failure_conditions:
- 'issues.label("coding-style").new.count > 5'
- 'issues.severity(>= MAJOR).new.exists'
- 'project.metric("scrutinizer.quality", < 7.5)'
- 'project.metric("scrutinizer.quality", < 7.5)'

View file

@ -144,6 +144,7 @@ If you want a production-ready container, use the [Nextcloud Docker](https://hub
Add yours when creating a [pull request](https://help.github.com/articles/creating-a-pull-request/)!
* Newhinton
* [binsky](https://github.com/binsky08)
* [HolgerHees](https://github.com/HolgerHees)
## FAQ
**Are you adding something to check if malicious code is executing on the browser?**