mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +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
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |