repotpl

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2025 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RepoTemplateUpdateTrackerFile = "config/copier/.copier-answers.yml"
	DayBeforeStale                = 30
)

Variables

View Source
var (
	ErrRepoTemplateUpdateTrackerFileDoesNotExist = fmt.Errorf(
		"repo template update tracker file does not exist or is empty",
	)
	ErrGitRepoNil                            = fmt.Errorf("git repository is nil")
	ErrGitHeadNil                            = fmt.Errorf("git repository head is nil")
	ErrGitTagsNil                            = fmt.Errorf("git repository tags is nil")
	ErrGitTagsMalformed                      = fmt.Errorf("git repository tags are malformed")
	ErrRepoTemplateUpdateTrackerFileNoCommit = fmt.Errorf(
		"repo template update tracker file has no commits",
	)
)

Functions

func CheckRepoTemplateUpdate

func CheckRepoTemplateUpdate() (ci.Finding, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL