Passed
Push — master ( 02522b...6e2f68 )
by Anas
04:15 queued 01:55
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

build:
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run

Repository Config

checks:
    python:
        code_rating: true
        variables_used_before_assignment: true
        variables_unpacking_non_sequence: true
        variables_unused_argument: false
        variables_unused_import: true
        variables_unused_variable: true
        variables_unused_wildcard_import: true
        variables_undefined_variable: true
        variables_undefined_loop_variable: true
        variables_no_name_in_module: true
        variables_redefined_builtin: true

filter:
    excluded_paths:
        - '*/test/*'