Passed
Pull Request — develop (#5)
by Tito
01:37
created

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true

build_failure_conditions:
    # No new classes/methods with a rating of B or worse
    - 'elements.rating(<= B).new.exists'
    
    # New issues of minor or higher severity
    - 'issues.new.exists'