Package models represents data structure which are shared between packages.
Changes made here will regenerate the protobuf definitions and maybe require an version
bump for the sdk.
type Rule struct {
ID string `hcl:"id,label"`
Name string `hcl:"name"`
Short string `hcl:"short"`
Long string `hcl:"long"`
Link string `hcl:"link"`
Enabled bool `hcl:"enabled"`
}
Rule represents a single lint check within a ruleset.