docs: fix linters page

This commit is contained in:
Fernandez Ludovic 2024-03-13 14:11:13 +01:00
parent eaf3ff0741
commit 0c4c36dbd8

View File

@ -151,6 +151,7 @@ func buildTemplateContext() (map[string]string, error) {
return map[string]string{
"CustomGCLReference": pluginReference,
"LintersExample": snippets.LintersSettings,
"ConfigurationExample": snippets.ConfigurationFile,
"LintersCommandOutputEnabledOnly": helps.Enable,
"LintersCommandOutputDisabledOnly": helps.Disable,