forked from Stockbase-Connect/magento2-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
34 lines (33 loc) · 954 Bytes
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
checks:
php:
code_rating: true
duplication: true
excluded_dependencies:
- magento/framework
- magento/module-catalog-inventory
- magento/module-cron
- magento/module-integration
- magento/module-rss
- magento/module-theme
- magento/module-customer
- magento/module-gift-message
- magento/module-page-cache
- magento/module-sales-sequence
- magento/module-user
- magento/module-authorization
- magento/module-developer
- magento/module-grouped-product
- magento/module-quote
- magento/module-security
- magento/module-wishlist
- magento/module-catalog-import-export
- magento/module-directory
- magento/module-indexer
- magento/module-require-js
- magento/module-shipping
- magento/*
- magento
- magento/module-cms
tools:
external_code_coverage:
timeout: 600 # Timeout in seconds.