Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_CONFIG = `` /* 577-byte string literal not displayed */ CONFIG_TYPE = "yaml" CONFIG_NAME = "commitlint" CONFIG_PATH = ".commitlint" )
View Source
const (
GIT_PATH = ".git"
)
Variables ¶
View Source
var ( CONFIG_FILE_NAME = fmt.Sprintf("%s.%s", CONFIG_NAME, CONFIG_TYPE) CONFIG_FILE_PATH = fmt.Sprintf("%s/%s", CONFIG_PATH, CONFIG_FILE_NAME) )
View Source
var ( HOOKS_PATH = fmt.Sprintf("%s/hooks", GIT_PATH) COMMIT_MSG_PATH = fmt.Sprintf("%s/commit-msg", HOOKS_PATH) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.