File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,10 @@ package constants
1616// Error/Warning IDs.
1717// Do not change these values.
1818const (
19- // IDs for remote errors in tpl/data.
20- ErrRemoteGetJSON = "error-remote-getjson"
21- ErrRemoteGetCSV = "error-remote-getcsv"
22-
23- WarnFrontMatterParamsOverrides = "warning-frontmatter-params-overrides"
24- WarnRenderShortcodesInHTML = "warning-rendershortcodes-in-html"
25- WarnGoldmarkRawHTML = "warning-goldmark-raw-html"
26- WarnPartialSuperfluousPrefix = "warning-partial-superfluous-prefix"
27- WarnHomePageIsLeafBundle = "warning-home-page-is-leaf-bundle"
19+ WarnRenderShortcodesInHTML = "warning-rendershortcodes-in-html"
20+ WarnGoldmarkRawHTML = "warning-goldmark-raw-html"
21+ WarnPartialSuperfluousPrefix = "warning-partial-superfluous-prefix"
22+ WarnHomePageIsLeafBundle = "warning-home-page-is-leaf-bundle"
2823)
2924
3025// Field/method names with special meaning.
You can’t perform that action at this time.
0 commit comments