Completed
Branch master (1c3a9d)
by Maciej
04:06 queued 01:40
created

Checkout Config

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

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter:
    excluded_paths:
        - '*.min.js'
        - '*/vendor/*'