repochecker/grammalecte: Add a custom hook CheckGrammar
This commit is contained in:
parent
5d07634d0d
commit
d7ff10762e
2 changed files with 13 additions and 0 deletions
|
|
@ -96,5 +96,7 @@ func RegisterChecksHooks(h *sync.CheckHooks) {
|
|||
h.RegisterFlagChoiceHook(GrammalecteCheckFlagChoice)
|
||||
h.RegisterHintHook(GrammalecteCheckHint)
|
||||
h.RegisterMDTextHook(GrammalecteCheckMDText)
|
||||
|
||||
h.RegisterCustomHook("CheckGrammar", GrammalecteCheckGrammar)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue