repochecker/grammalecte: Add a custom hook CheckGrammar

This commit is contained in:
nemunaire 2022-10-31 15:52:11 +01:00
commit d7ff10762e
2 changed files with 13 additions and 0 deletions

View file

@ -96,5 +96,7 @@ func RegisterChecksHooks(h *sync.CheckHooks) {
h.RegisterFlagChoiceHook(GrammalecteCheckFlagChoice)
h.RegisterHintHook(GrammalecteCheckHint)
h.RegisterMDTextHook(GrammalecteCheckMDText)
h.RegisterCustomHook("CheckGrammar", GrammalecteCheckGrammar)
}
}