news/.scrutinizer.yml

32 строки
707 B
YAML
Исходник Обычный вид История

2014-05-12 23:56:07 +04:00
filter:
excluded_paths:
- 'vendor/*'
2014-05-12 23:56:07 +04:00
- 'js/vendor/*'
2014-05-15 16:17:55 +04:00
- 'js/build/*'
2014-05-12 23:56:07 +04:00
- 'l10n/*'
- 'templates/*'
- 'img/*'
- 'css/*'
- 'bin/*'
- 'tmp/*'
- 'appinfo/application.php'
2014-05-15 16:17:55 +04:00
2014-05-12 23:56:07 +04:00
imports:
#- javascript disabled because of es6 producing tons of errors
2014-05-12 23:56:07 +04:00
- php
2014-09-11 18:56:00 +04:00
- javascript
2014-05-13 02:57:54 +04:00
tools:
2014-05-13 03:03:49 +04:00
external_code_coverage:
2014-05-22 04:59:30 +04:00
timeout: 600
2014-09-11 18:43:43 +04:00
checks:
php:
# not helpful because there is no setting to tweek the threshold
duplication: false
# this is not working properly with core exceptions
2014-11-18 13:33:32 +03:00
catch_class_exists: false
avoid_tab_indentation: true
line_length:
max_length: '80'