Completed
Push — 1.0.x ( 82eb41 )
by Alexander
02:12
created

Checkout Config

filter:
  paths:
    - src/*
  excluded_paths:
    - tests/*
    - examples/*
    - vendor/*

checks:
  php: {  }

tools:
  external_code_coverage:
    timeout: 3600
  php_code_coverage:
    enabled: true

coding_style:
  php:
    spaces:
      before_parentheses:
        closure_definition: true
      around_operators:
        concatenation: true
      other:
        after_type_cast: false
    upper_lower_casing:
      keywords:
        general: lower
      constants:
        true_false_null: lower

Repository Config

filter:
  paths:
    - src/*
  excluded_paths:
    - tests/*
    - examples/*
    - vendor/*

checks:
  php: {  }

tools:
  external_code_coverage:
    timeout: 3600
  php_code_coverage:
    enabled: true

coding_style:
  php:
    spaces:
      before_parentheses:
        closure_definition: true
      around_operators:
        concatenation: true
      other:
        after_type_cast: false
    upper_lower_casing:
      keywords:
        general: lower
      constants:
        true_false_null: lower