Completed
Pull Request — master (#13)
by Robbie
02:13
created

Checkout Config

inherit: true

checks:
  php:
    code_rating: true
    duplication: true

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }