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