Skip to content

Commit

Permalink
Issue #1163584: adapt to new Scrutinizer analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgm committed Apr 26, 2020
1 parent 242370d commit d5ff36b
Showing 1 changed file with 35 additions and 13 deletions.
48 changes: 35 additions & 13 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
checks:
php:
code_rating: true
duplication: true
#checks:
# php:
# code_rating: true
# duplication: true
filter:
excluded_paths:
- 'mongodb_block/*'
- 'mongodb_block_ui/*'
- 'mongodb_field_storage/*'
- 'mongodb_migrate/*'
- 'mongodb_queue/*'
- 'mongodb_session/*'
- 'mongodb_watchdog/*'
paths:
- 'mongodb_cache/*'
- 'mongodb_block/'
- 'mongodb_block_ui/'
- 'mongodb_field_storage/'
- 'mongodb_migrate/'
- 'mongodb_queue/'
- 'mongodb_session/'
- 'mongodb_watchdog/'
# paths:
# - 'mongodb_cache/'
dependency_paths:
- 'vendor/'

build:
environment:
php:
ini:
'date.timezone': 'Europe/Paris'
nodes:
analysis:
# project_setup:
# override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis
# - php-scrutinizer-run --enable-security-analysis
# my-tests:
# environment:
# php:
# version: 7.3.17
# pecl_extensions:
# - mongodb

0 comments on commit d5ff36b

Please sign in to comment.