Completed
Pull Request — master (#119)
by
unknown
17:56
created

Checkout Config

# .scrutinizer.yml
tools:
  external_code_coverage: true
checks:
  php:
    code_rating: true
    duplication: true
  python:
    code_rating: true
    duplicate_code: true

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            within:
                brackets: true