From d2594db6705f6bcc9a2689704848cb7eb36fd10e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Apr 2026 18:06:56 +0200 Subject: [PATCH] common/constants: Remove unused consts --- common/constants/constants.go | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/common/constants/constants.go b/common/constants/constants.go index c7bbaa541..1bc0f6ab5 100644 --- a/common/constants/constants.go +++ b/common/constants/constants.go @@ -16,15 +16,10 @@ package constants // Error/Warning IDs. // Do not change these values. const ( - // IDs for remote errors in tpl/data. - ErrRemoteGetJSON = "error-remote-getjson" - ErrRemoteGetCSV = "error-remote-getcsv" - - WarnFrontMatterParamsOverrides = "warning-frontmatter-params-overrides" - WarnRenderShortcodesInHTML = "warning-rendershortcodes-in-html" - WarnGoldmarkRawHTML = "warning-goldmark-raw-html" - WarnPartialSuperfluousPrefix = "warning-partial-superfluous-prefix" - WarnHomePageIsLeafBundle = "warning-home-page-is-leaf-bundle" + WarnRenderShortcodesInHTML = "warning-rendershortcodes-in-html" + WarnGoldmarkRawHTML = "warning-goldmark-raw-html" + WarnPartialSuperfluousPrefix = "warning-partial-superfluous-prefix" + WarnHomePageIsLeafBundle = "warning-home-page-is-leaf-bundle" ) // Field/method names with special meaning. -- 2.39.5