Completed
Push — master ( 12b460...17ec81 )
by Antony
02:23
created

Checkout Config

inherit: true

tools:
  external_code_coverage: false
  php_code_sniffer:
    config:
      standard: "PSR2"
  php_cs_fixer:
    config:
      level: "PSR2"

checks:
  php:
    code_rating: true
    duplication: true
    excluded_dependencies:
      - omnipay/omnipay
      - silverstripe-australia/gridfieldextensions
      - silverstripe/silverstripe-omnipay
      - silvershop/core

filter:
  paths: [code/*, tests/*]

Repository Config

# language: php