We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf3ff0 commit 0c4c36dCopy full SHA for 0c4c36d
scripts/website/expand_templates/main.go
@@ -151,6 +151,7 @@ func buildTemplateContext() (map[string]string, error) {
151
152
return map[string]string{
153
"CustomGCLReference": pluginReference,
154
+ "LintersExample": snippets.LintersSettings,
155
"ConfigurationExample": snippets.ConfigurationFile,
156
"LintersCommandOutputEnabledOnly": helps.Enable,
157
"LintersCommandOutputDisabledOnly": helps.Disable,
0 commit comments