feat: repo health check (#16) #17

Merged
张泊明518370910136 merged 37 commits from file_check into master 2024-09-11 20:09:27 +08:00
Showing only changes of commit 102b0ef2a5 - Show all commits

View File

@ -70,10 +70,6 @@ func VerifyFiles(rootDir string, checkFileNameList string, checkFileSumList stri
return nil return nil
} else { } else {
return fmt.Errorf("Some checksums failed. Please review the errors below:") return fmt.Errorf("Some checksums failed. Please review the errors below:")
for _, msg := range errorMessages {
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
} }