Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2594db

Browse files
committed
common/constants: Remove unused consts
1 parent ab2de51 commit d2594db

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

common/constants/constants.go

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ package constants
1616
// Error/Warning IDs.
1717
// Do not change these values.
1818
const (
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.

0 commit comments

Comments
 (0)