зеркало из https://github.com/nextcloud/news.git
30 строки
632 B
YAML
30 строки
632 B
YAML
filter:
|
|
excluded_paths:
|
|
- '3rdparty/*'
|
|
- 'js/vendor/*'
|
|
- 'js/build/*'
|
|
- 'l10n/*'
|
|
- 'templates/*'
|
|
- 'img/*'
|
|
- 'css/*'
|
|
- 'bin/*'
|
|
- 'tmp/*'
|
|
- 'appinfo/application.php'
|
|
|
|
imports:
|
|
#- javascript disabled because of es6 producing tons of errors
|
|
- php
|
|
- javascript
|
|
|
|
tools:
|
|
external_code_coverage:
|
|
timeout: 600
|
|
|
|
checks:
|
|
php:
|
|
# not helpful because there is no setting to tweek the threshold
|
|
duplication: false
|
|
# this is not working properly with core exceptions
|
|
catch_class_exists: false
|
|
|