Passed
Push — master ( 0032c7...e47da6 )
by Peter
02:17
created

Checkout Config

filter:
    paths:
        - 'FuzzEd/*'
        - 'executor/*'
    excluded_paths:
        - '*/migrations/*'
        - '*/static/*'
        - '*/fixtures/*'
        - 'FuzzEd/tests/js-tests/*'
checks:
    python:
        code_rating: true
        duplicate_code: true

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
    javascript: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'