Completed
Push — master ( 6a4f63...67cefa )
by Koen
02:45
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - 'tests/*'

Global Config

checks:
    python:
        code_rating: true
        design_abstract_class_little_used: true
    javascript:
        no_comma_dangle: true
        
filter:
    excluded_paths:
        - 'tests/*'