We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6e5bc commit 02750a1Copy full SHA for 02750a1
cmd/bob/userconfig.go
@@ -37,6 +37,7 @@ type FileQualityRule struct {
37
MustContain []string `json:"must_contain"` // strings the file must contain
38
MustNotContain []string `json:"must_not_contain"` // strings the file must not contain
39
Conditions []QualityRuleCondition `json:"conditions"` // rule may be run conditionally
40
+ Notes string `json:"_notes"`
41
}
42
43
type QualityRuleCondition struct {
0 commit comments