MCPcopy Create free account

hub / github.com/conventional-changelog/commitlint / functions

Functions291 in github.com/conventional-changelog/commitlint

↓ 1 callersFunctionresolveModuleDir
* Pure-ESM packages (e.g. conventional-changelog-angular@>=9, * conventional-changelog-conventionalcommits@>=10) ship an `exports` map with * only t
@packages/test/src/npm.ts:21
↓ 1 callersFunctionsanitizeErrorMessage
(message: string)
@commitlint/load/src/utils/load-plugin.ts:22
↓ 1 callersFunctionscaffoldModule
( pkg: string, manifest: Record<string, unknown>, files: Record<string, string>, )
@commitlint/resolve-extends/src/index.test.ts:644
↓ 1 callersFunctionscopeCase
(parsed, when = "always", value = [])
@commitlint/rules/src/scope-case.ts:14
↓ 1 callersFunctionscopeDelimiterStyle
({ scope }, when = "always", value = [])
@commitlint/rules/src/scope-delimiter-style.ts:5
↓ 1 callersFunctionscopeEmpty
(parsed, when = "never")
@commitlint/rules/src/scope-empty.ts:5
↓ 1 callersFunctionscopeEnum
({ scope }, when = "always", value = [])
@commitlint/rules/src/scope-enum.ts:11
↓ 1 callersFunctionscopeMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/scope-max-length.ts:4
↓ 1 callersFunctionscopeMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/scope-min-length.ts:4
↓ 1 callersFunctionselectColor
(result: FormattableResult)
@commitlint/format/src/format.ts:104
↓ 1 callersFunctionselectParserOpts
(parserPreset: ParserPreset | undefined)
@commitlint/cli/src/cli.ts:532
↓ 1 callersFunctionselectSign
(result: FormattableResult)
@commitlint/format/src/format.ts:97
↓ 1 callersFunctionsignedOffBy
(parsed, when = "always", value = "")
@commitlint/rules/src/signed-off-by.ts:7
↓ 1 callersFunctionstash
()
@commitlint/travis-cli/src/cli.ts:103
↓ 1 callersFunctionstdin
()
@commitlint/cli/src/cli.ts:172
↓ 1 callersFunctionstub
(config: Record<string, Record<string, unknown>>)
@commitlint/prompt/src/input.test.ts:89
↓ 1 callersFunctionsubjectCase
( parsed, when = "always", value = [], )
@commitlint/rules/src/subject-case.ts:24
↓ 1 callersFunctionsubjectEmpty
(parsed, when = "always")
@commitlint/rules/src/subject-empty.ts:5
↓ 1 callersFunctionsubjectExclamationMark
(parsed, when = "always")
@commitlint/rules/src/subject-exclamation-mark.ts:4
↓ 1 callersFunctionsubjectFullStop
(parsed, when = "always", value = ".")
@commitlint/rules/src/subject-full-stop.ts:4
↓ 1 callersFunctionsubjectMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/subject-max-length.ts:4
↓ 1 callersFunctionsubjectMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/subject-min-length.ts:4
↓ 1 callersFunctiontoplevel
* Find the next git root
@commitlint/top-level/src/index.ts:9
↓ 1 callersFunctiontrailerExists
(parsed, when = "always", value = "")
@commitlint/rules/src/trailer-exists.ts:6
↓ 1 callersFunctiontypeCase
( parsed, when = "always", value = [], )
@commitlint/rules/src/type-case.ts:7
↓ 1 callersFunctiontypeEmpty
(parsed, when = "always")
@commitlint/rules/src/type-empty.ts:5
↓ 1 callersFunctiontypeEnum
(parsed, when = "always", value = [])
@commitlint/rules/src/type-enum.ts:5
↓ 1 callersFunctiontypeMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/type-max-length.ts:4
↓ 1 callersFunctiontypeMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/type-min-length.ts:4
↓ 1 callersMethodupdateLine
* @see https://nodejs.org/api/readline.html#readline_rl_write_data_key * @see https://nodejs.org/api/readline.html#readline_rl_line
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:52
↓ 1 callersFunctionvalidate
(input, answers)
@commitlint/prompt/src/library/get-prompt.ts:78
↓ 1 callersFunctionwhen
(answers: Answers)
@commitlint/cz-commitlint/src/Question.test.ts:350
↓ 1 callersFunctionwritePkg
(payload: unknown, options: TestOptions)
@commitlint/cli/src/cli.test.ts:773
FunctionactualFn
()
@commitlint/ensure/src/case.test.ts:299
FunctionasyncRule
(_parsed, when, _value)
@commitlint/load/src/utils/load-plugin.test.ts:32
MethodbeforeQuestionStart
(answers: Answers)
@commitlint/cz-commitlint/src/SectionHeader.ts:21
MethodbeforeQuestionStart
(answers: Answers)
@commitlint/cz-commitlint/src/Question.test.ts:179
MethodbeforeQuestionStart
(answers: Answers)
@commitlint/cz-commitlint/src/SectionFooter.ts:25
Functionbootstrap
(fixture?: string, directory?: string)
@packages/test/src/git.ts:5
Functionbootstrap
(fixture?: string, directory?: string)
@packages/test/src/fix.ts:7
Functionbootstrap
(fixture: string, directory?: string)
@packages/test/src/npm.ts:111
FunctioncaseFn
(input: string | string[], delimiter?: string)
@commitlint/cz-commitlint/src/Question.test.ts:20
Functionclone
( source: string, args: string[], directory?: string, gitCommand = "git", )
@packages/test/src/git.ts:12
Methodconstructor
(question: TQuestion, readLine: ReadlineInterface, answers: Answers)
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:23
Methodconstructor
(message: string, type: string, error_code = ExitCode.CommitlintErrorDefault)
@commitlint/cli/src/cli-error.ts:15
Methodconstructor
( name: PromptName, questionConfig: QuestionConfig, headerMaxLength?: number, headerMinLength?: number
@commitlint/cz-commitlint/src/SectionHeader.ts:11
Methodconstructor
( name: PromptName, { title, enumList, messages, defaultValue, when, skip, fullStopFn
@commitlint/cz-commitlint/src/Question.ts:37
Methodconstructor
( name: PromptName, questionConfig: QuestionConfig, footerMaxLength?: number, footerMinLength?: number
@commitlint/cz-commitlint/src/SectionFooter.ts:15
Methodconstructor
(pluginName?: string, data: any = {})
@commitlint/load/src/utils/plugin-errors.ts:7
Methodconstructor
(pluginName?: string, errorMessage: string = "", data: any = {})
@commitlint/load/src/utils/plugin-errors.ts:22
FunctioncustomParser
(message)
@commitlint/lint/src/lint.test.ts:316
MethoddecorateMessage
(_answers: Answers)
@commitlint/cz-commitlint/src/Question.ts:186
FunctiondefaultParser
(message, options)
@commitlint/parse/src/index.ts:6
FunctiondynamicImport
(id: string)
@commitlint/resolve-extends/src/index.test.ts:154
FunctiondynamicImport
(id: string)
@commitlint/load/src/utils/load-plugin.ts:17
MethoddynamicImport
(id: string)
@commitlint/resolve-extends/src/index.ts:181
FunctionenumRuleIsActive
( rule: RuleEntry, )
@commitlint/prompt/src/library/utils.ts:83
FunctiongetCommitMessages
( settings: GetCommitMessageOptions, )
@commitlint/read/src/read.ts:19
FunctiongetNamespaceFromTerm
(term: string)
@commitlint/load/src/utils/plugin-naming.ts:87
FunctiongetQuestions
()
@commitlint/cz-commitlint/src/SectionHeader.ts:45
FunctiongetQuestions
()
@commitlint/cz-commitlint/src/SectionFooter.ts:33
Functionid
(id: unknown)
@commitlint/resolve-extends/src/index.test.ts:12
Functionignore
(_, header)
@packages/utils/pkg-check.js:164
FunctionisSemver
(c: string)
@commitlint/is-ignored/src/defaults.ts:4
Functionlead
(input: string)
@commitlint/prompt/src/library/get-forced-leading-fn.ts:18
Functionlead
(input: string)
@commitlint/cz-commitlint/src/utils/leading-blank-fn.ts:21
Functionlog
(answers?: Result)
@commitlint/prompt/src/library/get-prompt.ts:94
MethodmaxLength
()
@commitlint/cz-commitlint/src/Question.ts:112
MethodminLength
()
@commitlint/cz-commitlint/src/Question.ts:120
Functionnoop
(input: string)
@commitlint/prompt/src/library/get-forced-case-fn.ts:13
Functionnoop
(_: string)
@commitlint/cz-commitlint/src/utils/full-stop-fn.ts:12
Functionnoop
(input: string | string[], delimiter?: string)
@commitlint/cz-commitlint/src/utils/case-fn.ts:15
MethodonEnd
(state: SuccessfulPromptStateData)
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:41
MethodonKeyPress2
(e: KeyDescriptor)
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:58
Functionprompt
(questions: DistinctQuestion | DistinctQuestion[])
@commitlint/prompt/src/input.test.ts:90
Functionprompt
(questions: DistinctQuestion[])
@commitlint/cz-commitlint/src/Process.test.ts:37
Functionprompter
( inquirerIns: { prompt(questions: DistinctQuestion[]): Promise<Answers>; }, commit: Commit, )
@commitlint/cz-commitlint/src/index.ts:13
Methodquestion
()
@commitlint/cz-commitlint/src/Question.ts:108
Functionrelative
(filePath: string)
@commitlint/rules/src/index.test.ts:40
Functionrelative
(filePath: string)
@commitlint/ensure/src/index.test.ts:34
Functionremove
(input: string)
@commitlint/prompt/src/library/get-forced-leading-fn.ts:14
Functionremove
(input: string)
@commitlint/cz-commitlint/src/utils/leading-blank-fn.ts:14
Methodrender
(error?: string)
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:80
FunctionresolveId
(specifier: string, context: ResolveExtendsContext = {})
@commitlint/resolve-extends/src/index.ts:279
Functionsetup
(global: object, options: Record<string, unknown>)
@packages/test-environment/src/test-environment.ts:13
FunctionsyncRule
(_parsed, when, _value)
@commitlint/load/src/utils/load-plugin.test.ts:25
Functionteardown
(global: unknown)
@packages/test-environment/src/test-environment.ts:17
FunctiontoExport
(fileName: string)
@commitlint/rules/src/index.test.ts:44
FunctiontoExport
(fileName: string)
@commitlint/ensure/src/index.test.ts:38
Functiontransformer
(value: string)
@commitlint/prompt/src/library/get-prompt.ts:113
FunctiontsLoader
(...args)
@commitlint/load/src/utils/load-config.ts:21
← previous201–291 of 291, ranked by callers