epita-rules: Checks that CVE- flag are UCQ, and number of choices
Fixes: #26
This commit is contained in:
parent
d96c9090fd
commit
e81fcb4d0e
2 changed files with 16 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ import (
|
|||
|
||||
func RegisterChecksHooks(h *sync.CheckHooks) {
|
||||
h.RegisterFlagKeyHook(EPITACheckKeyFlag)
|
||||
h.RegisterFlagKeyWithChoicesHook(EPITACheckKeyFlagWithChoices)
|
||||
h.RegisterFileHook(EPITACheckFile)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue