mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-02 14:17:44 +02:00
improving useage of travis & scrutinizer
This commit is contained in:
@@ -2,9 +2,13 @@ imports:
|
|||||||
- php
|
- php
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
paths:
|
excluded_paths:
|
||||||
- ./C*.php
|
- test/
|
||||||
- webroot/img.php
|
- webroot/check*
|
||||||
|
- webroot/imgd.php
|
||||||
|
- webroot/imgp.php
|
||||||
|
- webroot/imgs.php
|
||||||
|
- webroot/test/
|
||||||
|
|
||||||
checks:
|
checks:
|
||||||
php:
|
php:
|
||||||
@@ -13,25 +17,25 @@ checks:
|
|||||||
|
|
||||||
tools:
|
tools:
|
||||||
# Copy/Paste Detector
|
# Copy/Paste Detector
|
||||||
php_cpd: true
|
php_cpd: true
|
||||||
|
|
||||||
# Metrics
|
# Metrics
|
||||||
php_pdepend: true
|
php_pdepend: true
|
||||||
|
|
||||||
# Some Metrics + Bug Detection/Auto-Fixes
|
# Some Metrics + Bug Detection/Auto-Fixes
|
||||||
php_analyzer: true
|
php_analyzer: true
|
||||||
|
|
||||||
php_code_sniffer:
|
php_code_sniffer:
|
||||||
config:
|
config:
|
||||||
standard: "PSR2"
|
standard: "PSR2"
|
||||||
|
|
||||||
php_sim:
|
php_sim:
|
||||||
min_mass: 16 # Defaults to 16
|
min_mass: 16 # Defaults to 16
|
||||||
|
|
||||||
php_mess_detector:
|
php_mess_detector:
|
||||||
#config:
|
#config:
|
||||||
# ruleset: ../your-phpmd-ruleset/ruleset.xml
|
# ruleset: ../your-phpmd-ruleset/ruleset.xml
|
||||||
|
|
||||||
build:
|
build:
|
||||||
tests:
|
tests:
|
||||||
override:
|
override:
|
||||||
|
Reference in New Issue
Block a user