Completed
Pull Request — master (#29)
by
unknown
02:19
created

Checkout Config

#  Scrutinizer Configuration File
filter:
    excluded_paths: [assets/*, build/* ]
tools:
    php_sim:
        enabled: true
        min_mass: 50

    sensiolabs_security_checker:
        enabled: true

    php_pdepend:
        enabled: true
        configuration_file: null
        suffixes:
            - php
        excluded_dirs: {  }

    php_analyzer:
        enabled: true
        extensions:
            - php
        dependency_paths: {  }
        path_configs: {  }

    php_changetracking:
        enabled: true
        bug_patterns:
            - '\bfix(?:es|ed)?\b'
        feature_patterns:
            - '\badd(?:s|ed)?\b'
            - '\bimplement(?:s|ed)?\b'

    php_hhvm:
        enabled: true
        command: hhvm
        extensions:
            - php

        path_configs: {  }
before_commands: {  }
after_commands: {  }
artifacts: {  }
build_failure_conditions: {  }

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true