epita-rules: Checks that CVE- flag are UCQ, and number of choices

Fixes: #26
This commit is contained in:
nemunaire 2022-07-12 10:17:38 +02:00
commit e81fcb4d0e
2 changed files with 16 additions and 0 deletions

View file

@ -6,5 +6,6 @@ import (
func RegisterChecksHooks(h *sync.CheckHooks) {
h.RegisterFlagKeyHook(EPITACheckKeyFlag)
h.RegisterFlagKeyWithChoicesHook(EPITACheckKeyFlagWithChoices)
h.RegisterFileHook(EPITACheckFile)
}