Skip to content

Commit

Permalink
more scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Jun 23, 2020
1 parent 941f452 commit 8455781
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
filter:
excluded_paths:
- tests/*
excluded_paths:
- tests/*
- Modelarium/Laravel/Targets/stubs/*

checks:
php:
code_rating: true
php:
code_rating: true

tools:
external_code_coverage: true
php_analyzer: true
php_changetracking: true
php_code_sniffer:
config:
standard: "PSR2"
php_cpd: true
php_mess_detector: true
php_pdepend: true
sensiolabs_security_checker: true
external_code_coverage: true
php_analyzer: true
php_changetracking: true
php_code_sniffer:
config:
standard: "PSR2"
php_cpd: true
php_mess_detector: true
php_pdepend: true
sensiolabs_security_checker: true

build:
environment:
mysql: false
postgresql: false
mongodb: false
elasticsearch: false
redis: false
memcached: false
neo4j: false
rabbitmq: false
nodes:
analysis:
project_setup:
override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis
environment:
mysql: false
postgresql: false
mongodb: false
elasticsearch: false
redis: false
memcached: false
neo4j: false
rabbitmq: false
nodes:
analysis:
project_setup:
override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis

0 comments on commit 8455781

Please sign in to comment.