sync: Report custom errors
This commit is contained in:
parent
08ea1bac0d
commit
c78545c18b
17 changed files with 510 additions and 137 deletions
10
repochecker/epita/main.go
Normal file
10
repochecker/epita/main.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"srs.epita.fr/fic-server/admin/sync"
|
||||
)
|
||||
|
||||
func RegisterChecksHooks(h *sync.CheckHooks) {
|
||||
h.RegisterFlagKeyHook(EPITACheckKeyFlag)
|
||||
h.RegisterFileHook(EPITACheckFile)
|
||||
}
|
||||
Reference in a new issue