clang-tidy parser and executor #26
|
@ -67,8 +67,8 @@ func levelFromString(levelString string) Level {
|
|||
}
|
||||
|
||||
func isIgnored(line string) bool {
|
||||
ignore_Regex := regexp.MustCompile("^error:.*$")
|
||||
return ignore_Regex.MatchString(line)
|
||||
ignoreRegex := regexp.MustCompile("^error:.*$")
|
||||
return ignoreRegex.MatchString(line)
|
||||
}
|
||||
|
||||
func parseMessage(line string) ClangMessage {
|
||||
|
|
Loading…
Reference in New Issue
Block a user