Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conventional-changelog/commitlint
/ functions
Functions
291 in github.com/conventional-changelog/commitlint
⨍
Functions
291
◇
Types & classes
47
↓ 88 callers
Function
test
(r: RegExp)
@commitlint/is-ignored/src/defaults.ts:19
↓ 40 callers
Function
parse
( message: string, parser: Parser = defaultParser, parserOpts?: ParserOptions, )
@commitlint/parse/src/index.ts:18
↓ 39 callers
Method
resolve
(id: string, ctx?: { prefix?: string; cwd?: string })
@commitlint/resolve-extends/src/index.ts:179
↓ 36 callers
Method
filter
(input: string | string[])
@commitlint/cz-commitlint/src/Question.ts:154
↓ 26 callers
Function
message
(input: (string | null | undefined)[] = [])
@commitlint/message/src/index.ts:1
↓ 10 callers
Method
log
(answers?: T)
@commitlint/prompt/src/inquirer/inquirer.d.ts:14
↓ 8 callers
Function
ruleIsActive
( rule: T, )
@commitlint/cz-commitlint/src/utils/rules.ts:16
↓ 7 callers
Function
maxLength
(res: Result)
@commitlint/prompt/src/library/get-prompt.ts:61
↓ 7 callers
Function
resolveFrom
(lookup: string, parent?: string)
@commitlint/resolve-extends/src/index.ts:112
↓ 6 callers
Function
ensureCase
(raw: string = "", target: TargetCaseType = "lowercase")
@commitlint/ensure/src/case.ts:7
↓ 6 callers
Function
fn
()
@commitlint/load/src/utils/load-parser-opts.test.ts:44
↓ 6 callers
Function
setRules
(newRules: QualifiedRules)
@commitlint/cz-commitlint/src/store/rules.ts:20
↓ 5 callers
Function
ruleIsActive
( rule: T, )
@commitlint/prompt/src/library/utils.ts:39
↓ 5 callers
Function
ruleIsApplicable
( rule: Rule, )
@commitlint/cz-commitlint/src/utils/rules.ts:30
↓ 5 callers
Function
setPromptConfig
(newPromptConfig: UserPromptConfig)
@commitlint/cz-commitlint/src/store/prompts.ts:14
↓ 5 callers
Function
toLines
(input?: string | null)
@commitlint/to-lines/src/index.ts:1
↓ 4 callers
Function
format
(input: Result, debug = false)
@commitlint/prompt/src/library/format.ts:11
↓ 4 callers
Function
getMaxLength
(rule?: Rule)
@commitlint/cz-commitlint/src/utils/rules.ts:69
↓ 4 callers
Function
getPromptSettings
()
@commitlint/cz-commitlint/src/store/prompts.ts:50
↓ 4 callers
Function
getRule
(key: string, property: string)
@commitlint/cz-commitlint/src/store/rules.ts:13
↓ 4 callers
Function
git
(args: string[], nodeOptions: SpawnOptions = {})
@commitlint/travis-cli/src/cli.ts:61
↓ 4 callers
Function
lint
( message: string, rawRulesConfig?: QualifiedRules, rawOpts?: LintOptions, )
@commitlint/lint/src/lint.ts:18
↓ 4 callers
Function
load
( seed: UserConfig = {}, options: LoadOptions = {}, )
@commitlint/load/src/load.ts:42
↓ 4 callers
Function
rule
(_parsed, when, _value)
@commitlint/load/src/utils/load-plugin.test.ts:18
↓ 4 callers
Function
ruleIsNotApplicable
( rule: Rule, )
@commitlint/cz-commitlint/src/utils/rules.ts:46
↓ 3 callers
Function
combineCommitMessage
(answers: Answers)
@commitlint/cz-commitlint/src/SectionBody.ts:18
↓ 3 callers
Function
getHasName
(name: string)
@commitlint/prompt/src/library/utils.ts:29
↓ 3 callers
Function
getLeadingBlankFn
(rule?: Rule)
@commitlint/cz-commitlint/src/utils/leading-blank-fn.ts:9
↓ 3 callers
Function
getMaxLength
(rule?: RuleEntry)
@commitlint/prompt/src/library/utils.ts:109
↓ 3 callers
Function
getPromptMessages
()
@commitlint/cz-commitlint/src/store/prompts.ts:42
↓ 3 callers
Function
getPromptQuestions
()
@commitlint/cz-commitlint/src/store/prompts.ts:46
↓ 3 callers
Function
getQuestions
()
@commitlint/cz-commitlint/src/SectionBody.ts:10
↓ 3 callers
Function
resolve
(id: string)
@commitlint/resolve-extends/src/index.test.ts:346
↓ 3 callers
Function
ruleIsApplicable
( rule: RuleEntry, )
@commitlint/prompt/src/library/utils.ts:54
↓ 3 callers
Function
ruleIsNotApplicable
( rule: RuleEntry, )
@commitlint/prompt/src/library/utils.ts:71
↓ 3 callers
Function
toCase
(input: string, target: TargetCaseType)
@commitlint/ensure/src/to-case.ts:4
↓ 3 callers
Function
validate
()
@commitlint/travis-cli/src/cli.ts:111
↓ 3 callers
Method
validate
(input: string)
@commitlint/cz-commitlint/src/Question.ts:132
↓ 3 callers
Function
validateConfig
(source: string, config: unknown)
@commitlint/config-validator/src/validate.ts:17
↓ 2 callers
Function
checkFromRepository
(flags: CliFlags)
@commitlint/cli/src/cli.ts:421
↓ 2 callers
Function
enumRuleIsActive
( rule: Rule, )
@commitlint/cz-commitlint/src/utils/rules.ts:57
↓ 2 callers
Function
format
(report: FormattableReport = {}, options: FormatOptions = {})
@commitlint/format/src/format.ts:17
↓ 2 callers
Function
formatResult
( result: FormattableResult = {}, options: FormatOptions = {}, )
@commitlint/format/src/format.ts:55
↓ 2 callers
Function
getCaseFn
(rule?: Rule)
@commitlint/cz-commitlint/src/utils/case-fn.ts:14
↓ 2 callers
Function
getEnumList
(rule: Rule)
@commitlint/cz-commitlint/src/utils/rules.ts:65
↓ 2 callers
Function
getForcedCaseFn
(rule?: RuleEntry)
@commitlint/prompt/src/library/get-forced-case-fn.ts:12
↓ 2 callers
Function
getFullStopFn
(rule?: Rule)
@commitlint/cz-commitlint/src/utils/full-stop-fn.ts:11
↓ 2 callers
Method
getMessage
(key: string)
@commitlint/cz-commitlint/src/Question.ts:104
↓ 2 callers
Function
getMinLength
(rule?: Rule)
@commitlint/cz-commitlint/src/utils/rules.ts:76
↓ 2 callers
Function
getQuestionConfig
(name: RuleField)
@commitlint/cz-commitlint/src/SectionHeader.ts:71
↓ 2 callers
Function
getRuleName
(id: string)
@commitlint/prompt/src/library/utils.ts:11
↓ 2 callers
Function
getRulePrefix
(id: string)
@commitlint/prompt/src/library/utils.ts:21
↓ 2 callers
Function
getRules
(prefix: string, rules: QualifiedRules)
@commitlint/prompt/src/library/utils.ts:103
↓ 2 callers
Function
input
(prompter: PromptModule)
@commitlint/prompt/src/input.ts:17
↓ 2 callers
Function
isDynamicAwaitSupported
()
@commitlint/load/src/utils/load-config.ts:83
↓ 2 callers
Function
isIgnored
(commit: string = "", opts: IsIgnoredOptions = {})
@commitlint/is-ignored/src/is-ignored.ts:4
↓ 2 callers
Function
loadParserOpts
( pendingParser: string | Awaitable<ParserPreset> | (() => Awaitable<ParserPreset>) | undefined, )
@commitlint/load/src/utils/load-parser-opts.ts:19
↓ 2 callers
Function
loadParserPreset
( resolvedParserPreset: string, )
@commitlint/resolve-extends/src/index.ts:162
↓ 2 callers
Function
loadPlugin
( plugins: PluginRecords, pluginName: string, options: LoadPluginOptions | boolean = {}, )
@commitlint/load/src/utils/load-plugin.ts:51
↓ 2 callers
Function
readPkg
(cwd)
@packages/utils/pkg-check.js:211
↓ 2 callers
Function
resolveExtends
( config: UserConfig = {}, context: ResolveExtendsContext = {}, )
@commitlint/resolve-extends/src/index.ts:184
↓ 2 callers
Function
resolveFromNpxCache
(specifier: string)
@commitlint/resolve-extends/src/index.ts:376
↓ 2 callers
Function
resolveFromSilent
(specifier: string, parent: string)
@commitlint/resolve-extends/src/index.ts:298
↓ 2 callers
Function
resolveModulePath
(moduleName: string, flags: CliFlags)
@commitlint/cli/src/cli.ts:517
↓ 2 callers
Function
ruleIsDisabled
(rule: Rule)
@commitlint/cz-commitlint/src/utils/rules.ts:4
↓ 2 callers
Function
setup
(cwd: string, gitCommand = "git")
@packages/test/src/git.ts:31
↓ 2 callers
Method
transformer
(input: string, _answers: Answers)
@commitlint/cz-commitlint/src/Question.ts:175
↓ 1 callers
Function
InquirerFactory
(answers: Answers)
@commitlint/cz-commitlint/src/Process.test.ts:35
↓ 1 callers
Function
_glob
(pattern: string)
@commitlint/rules/src/index.test.ts:33
↓ 1 callers
Function
_glob
(pattern: string)
@commitlint/ensure/src/index.test.ts:27
↓ 1 callers
Function
angularParserOpts
()
@commitlint/parse/src/index.test.ts:8
↓ 1 callers
Method
beforeQuestionStart
(_answers: Answers)
@commitlint/cz-commitlint/src/Question.ts:128
↓ 1 callers
Function
bodyCase
( parsed, when = "always", value = [], )
@commitlint/rules/src/body-case.ts:7
↓ 1 callers
Function
bodyEmpty
(parsed, when = "always")
@commitlint/rules/src/body-empty.ts:5
↓ 1 callers
Function
bodyFullStop
(parsed, when = "always", value = ".")
@commitlint/rules/src/body-full-stop.ts:4
↓ 1 callers
Function
bodyLeadingBlank
(parsed, when)
@commitlint/rules/src/body-leading-blank.ts:5
↓ 1 callers
Function
bodyMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/body-max-length.ts:4
↓ 1 callers
Function
bodyMaxLineLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/body-max-line-length.ts:4
↓ 1 callers
Function
bodyMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/body-min-length.ts:4
↓ 1 callers
Function
breakingChangeExclamationMark
(parsed, when = "always")
@commitlint/rules/src/breaking-change-exclamation-mark.ts:4
↓ 1 callers
Function
buildCommitMessage
({ header, body, footer }: CommitMessageData)
@commitlint/lint/src/commit-message.ts:7
↓ 1 callers
Function
check
(args)
@packages/utils/dep-check.js:13
↓ 1 callers
Function
checkFromEdit
(flags: CliFlags)
@commitlint/cli/src/cli.ts:425
↓ 1 callers
Function
checkFromHistory
(flags: CliFlags)
@commitlint/cli/src/cli.ts:429
↓ 1 callers
Function
checkFromStdin
(input: (string | number)[], flags: CliFlags)
@commitlint/cli/src/cli.ts:417
↓ 1 callers
Function
cli
(args, options, input)
@alias/commitlint/cli.test.js:15
↓ 1 callers
Function
cli
(nodeOptions: SpawnOptions = {}, args: string[] = [])
@commitlint/travis-cli/src/cli.test.ts:32
↓ 1 callers
Function
cli
(args: string[], options: TestOptions)
@commitlint/cli/src/cli.test.ts:22
↓ 1 callers
Function
cli
(args, options)
@commitlint/prompt-cli/cli.test.js:10
↓ 1 callers
Function
combineCommitMessage
(answers: Answers)
@commitlint/cz-commitlint/src/SectionHeader.ts:31
↓ 1 callers
Function
combineCommitMessage
(answers: Answers)
@commitlint/cz-commitlint/src/SectionFooter.ts:119
↓ 1 callers
Function
commit
(message)
@commitlint/prompt-cli/cli.js:27
↓ 1 callers
Function
commitLint
(message: string)
@commitlint/config-conventional/src/index.test.ts:16
↓ 1 callers
Function
convertPathToPosix
(filepath: string)
@commitlint/load/src/utils/plugin-naming.ts:9
↓ 1 callers
Function
dynamicImport
(id: string)
@commitlint/resolve-extends/src/index.ts:15
↓ 1 callers
Function
dynamicImport
(id: string)
@commitlint/cli/src/cli.ts:30
↓ 1 callers
Function
dynamicImport
(id: string)
@commitlint/config-conventional/src/index.test.ts:11
↓ 1 callers
Function
esmBootstrap
(cwd: string)
@commitlint/load/src/load.test.ts:274
↓ 1 callers
Function
executable
(config: Config<T>)
@commitlint/execute-rule/src/index.ts:21
↓ 1 callers
Function
execute
(rule?: Rule<T>)
@commitlint/execute-rule/src/index.ts:9
next →
1–100 of 291, ranked by callers