Split monolithic rule into per-test rules, collect gathers facts only
This commit is contained in:
parent
5b71e85f49
commit
4177fcdc7b
14 changed files with 758 additions and 259 deletions
|
|
@ -123,7 +123,7 @@ type Entry struct {
|
|||
}
|
||||
|
||||
// ParseEntries filters entries to those of Type and decodes each payload.
|
||||
// Entries of other types are ignored silently — they belong to other
|
||||
// Entries of other types are ignored silently, they belong to other
|
||||
// contracts. Entries of this type whose Payload fails to unmarshal are
|
||||
// skipped and returned as warnings so a single malformed payload cannot
|
||||
// starve the checker of the rest of its workload.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue