mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix too-broad matcher for custom CI script (#2829)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/matchers/ci-custom.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/matchers/ci-custom.json
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|             "owner": "ci-custom", | ||||
|             "pattern": [ | ||||
|                 { | ||||
|                     "regexp": "^(.*):(\\d+):(\\d+):\\s+(.*)$", | ||||
|                     "regexp": "^(.*):(\\d+):(\\d+):\\s+lint:\\s+(.*)$", | ||||
|                     "file": 1, | ||||
|                     "line": 2, | ||||
|                     "column": 3, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user