Completed
Pull Request — master (#25)
by Yoshiaki
02:51
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
build:
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=some-file'
        coverage:
          file: 'some-file'
          format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true