mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "problemMatcher": [
 | |
|     {
 | |
|       "owner": "gcc",
 | |
|       "severity": "error",
 | |
|       "pattern": [
 | |
|         {
 | |
|           "regexp": "^src/(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
 | |
|           "file": 1,
 | |
|           "line": 2,
 | |
|           "column": 3,
 | |
|           "severity": 4,
 | |
|           "message": 5
 | |
|         }
 | |
|       ]
 | |
|     }
 | |
|   ]
 | |
| }
 |