mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			428 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			428 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "problemMatcher": [
 | |
|         {
 | |
|             "owner": "clang-tidy",
 | |
|             "pattern": [
 | |
|                 {
 | |
|                     "regexp": "^(.*):(\\d+):(\\d+):\\s+(error):\\s+(.*) \\[([a-z0-9,\\-]+)\\]\\s*$",
 | |
|                     "file": 1,
 | |
|                     "line": 2,
 | |
|                     "column": 3,
 | |
|                     "severity": 4,
 | |
|                     "message": 5
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ]
 | |
| }
 |