mirror of
				https://github.com/actions-rs/cargo.git
				synced 2025-11-04 06:41:58 +02:00 
			
		
		
		
	Enabling rustfmt problem matcher on demand
This commit is contained in:
		
							parent
							
								
									333d0cf286
								
							
						
					
					
						commit
						d45f23b72c
					
				
					 4 changed files with 21 additions and 14 deletions
				
			
		
							
								
								
									
										12
									
								
								dist/.matchers/rustfmt.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								dist/.matchers/rustfmt.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,11 +2,13 @@
 | 
			
		|||
    "problemMatcher": [
 | 
			
		||||
        {
 | 
			
		||||
            "owner": "rustfmt",
 | 
			
		||||
            "pattern": {
 | 
			
		||||
                "regexp": "^Diff in (\\S+) at line (\\d+):$",
 | 
			
		||||
                "file": 1,
 | 
			
		||||
                "line": 2
 | 
			
		||||
            }
 | 
			
		||||
            "pattern": [
 | 
			
		||||
                {
 | 
			
		||||
                    "regexp": "^Diff in (\\S+) at line (\\d+):$",
 | 
			
		||||
                    "file": 1,
 | 
			
		||||
                    "line": 2
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue