mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
20 lines
366 B
YAML
20 lines
366 B
YAML
filter:
|
|
excluded_paths:
|
|
- tests/*
|
|
|
|
tools:
|
|
php_cs_fixer: true
|
|
php_code_sniffer:
|
|
config:
|
|
standard: PSR2
|
|
php_mess_detector: true
|
|
php_analyzer: true
|
|
sensiolabs_security_checker: true
|
|
external_code_coverage:
|
|
timeout: 300
|
|
runs: 1
|
|
|
|
checks:
|
|
php:
|
|
code_rating: true
|
|
duplication: true
|