Completed
Branch master (836b69)
by Paolo
01:38
created

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
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
        - '*/vendor/*'
        - '*/tests/*'
        - '*/bootstrap*'
        - '*/static/admin*'
        - '*/static/debug_toolbar'
        - '*/static/django_simple_cookie_consent'
    dependency_paths:
        - 'lib/*'