seedwing-io / seedwing-policy

A functional type system for policy inspection, audit and enforcement.
https://www.seedwing.io
Apache License 2.0
12 stars 15 forks source link

Add the concept of severities #182

Closed ctron closed 1 year ago

ctron commented 1 year ago

This adds the concept of severities (warning, advice, error).

It takes a different approach than explored in https://github.com/seedwing-io/rfcs/pull/1. It does not add a set of reasons for each severity/level, but only one.

The main changes in this PR are:

This PR isn't finished. There are some things to work on: