From: Bjørn Erik Pedersen Date: Thu, 23 Apr 2026 16:06:56 +0000 (+0200) Subject: common/constants: Remove unused consts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2594db6705f6bcc9a2689704848cb7eb36fd10e;p=brevno-suite%2Fhugo common/constants: Remove unused consts --- 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.