in pkg/grept_plan.go [94:98]
func (p *GreptPlan) addRule(fr *FailedRule) { p.mu.Lock() p.FailedRules = append(p.FailedRules, fr) p.mu.Unlock() }