zalando/zally

Add --required-severity flag to CLI

Open

#653 opened on Feb 26, 2018

 (2 comments) (2 reactions) (0 assignees)Kotlin (156 forks)auto 404
area: cligood first issuetype: enhancement

Repository metrics

Stars
 (945 stars)
PR merge metrics
 (PR metrics pending)

Description

Acceptance criteria

As a CLI user
I want to provide --required-severity flag specifying the 
    minimum required violation severity level (MUST, SHOULD, MAY)
So the CLI tool will return non-zero exit code when
    there are violations with specified severity

Contributor guide