Searched refs:warningCount (Results 1 – 1 of 1) sorted by relevance
154 if match := warningCount.FindStringSubmatch(line); match != nil {199 var warningCount = regexp.MustCompile(`^([0-9]+) warning(s)?$`) var