Skip to content

Commit 02750a1

Browse files
committed
userconfig: project file quality rules: support notes
1 parent 0e6e5bc commit 02750a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/bob/userconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type FileQualityRule struct {
3737
MustContain []string `json:"must_contain"` // strings the file must contain
3838
MustNotContain []string `json:"must_not_contain"` // strings the file must not contain
3939
Conditions []QualityRuleCondition `json:"conditions"` // rule may be run conditionally
40+
Notes string `json:"_notes"`
4041
}
4142

4243
type QualityRuleCondition struct {

0 commit comments

Comments
 (0)