From 0c4c36dbd8e9fc5d7eb21a69b76e6001e7030e49 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 13 Mar 2024 14:11:13 +0100 Subject: [PATCH] docs: fix linters page --- scripts/website/expand_templates/main.go | 1 + 1 file changed, 1 insertion(+) 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,