zalando-stups / fullstop-cli

Simple command line utility to view and resolve fullstop. violations
https://pypi.python.org/pypi/stups-fullstop/
Other
3 stars 5 forks source link

Missing severity of the violations in Fullstop list-violations. #10

Open pfigue opened 8 years ago

pfigue commented 8 years ago

Expected behavior

Fullstop provides not only the violation_type, but the severity of that violation.

Step needed to reproduce the bug

fullstop list-violations --accounts <number> -o tsv provides no information about the severity of the violations, but only the violation_type. Sadly, I don't know the severity of each violation_type.

Same applies for -o json and -o text.

Dependencies

None, AFAIK.