feat: repo health check (#16) #17
| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
Subproject commit f9bed916b7b8af0175210837a67b24fab614508e
 | 
					Subproject commit 1c2392436643d53782eccd4e37958811e7ecd480
 | 
				
			||||||
| 
						 | 
					@ -85,6 +85,7 @@ func VerifyFiles(rootDir string,checkFileNameList string, checkFileSumList strin
 | 
				
			||||||
		for _, msg := range errorMessages {
 | 
							for _, msg := range errorMessages {
 | 
				
			||||||
| 
						
							
	
	
	
	
	
	
	
	 | 
				|||||||
			return fmt.Errorf(msg)
 | 
								return fmt.Errorf(msg)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							return fmt.Errorf("Please revert your changes or contact the teaching team if you have a valid reason for adjusting them.")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
Why so many returns?