diff --git a/scripts/website/expand_templates/main.go b/scripts/website/expand_templates/main.go index 7766d721..5a7b3b5e 100644 --- a/scripts/website/expand_templates/main.go +++ b/scripts/website/expand_templates/main.go @@ -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,