mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-12 16:04:35 +08:00
fixed scrutinizer ci
Signed-off-by: Holger Hees <holger.hees@desy.de>
This commit is contained in:
parent
5e0d4cbb7b
commit
350ea188cf
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,6 @@ imports:
|
||||||
- php
|
- php
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
external_code_coverage: true
|
|
||||||
external_code_coverage:
|
external_code_coverage:
|
||||||
timeout: 7200 # Timeout in seconds: 2 hours
|
timeout: 7200 # Timeout in seconds: 2 hours
|
||||||
php_mess_detector: true
|
php_mess_detector: true
|
||||||
|
@ -21,4 +20,4 @@ tools:
|
||||||
build_failure_conditions:
|
build_failure_conditions:
|
||||||
- 'issues.label("coding-style").new.count > 5'
|
- 'issues.label("coding-style").new.count > 5'
|
||||||
- 'issues.severity(>= MAJOR).new.exists'
|
- 'issues.severity(>= MAJOR).new.exists'
|
||||||
- 'project.metric("scrutinizer.quality", < 7.5)'
|
- 'project.metric("scrutinizer.quality", < 7.5)'
|
||||||
|
|
|
@ -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/)!
|
Add yours when creating a [pull request](https://help.github.com/articles/creating-a-pull-request/)!
|
||||||
* Newhinton
|
* Newhinton
|
||||||
* [binsky](https://github.com/binsky08)
|
* [binsky](https://github.com/binsky08)
|
||||||
|
* [HolgerHees](https://github.com/HolgerHees)
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
**Are you adding something to check if malicious code is executing on the browser?**
|
**Are you adding something to check if malicious code is executing on the browser?**
|
||||||
|
|
Loading…
Add table
Reference in a new issue