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
↓ 1 callers
Function
fetch
({ name, url }: { name: string; url: string })
@commitlint/travis-cli/src/cli.ts:70
↓ 1 callers
Function
fi
(result: FormattableResult & WithInput)
@commitlint/format/src/format.ts:19
↓ 1 callers
Function
fileImportable
(file)
@packages/utils/pkg-check.js:216
↓ 1 callers
Function
findPackageJson
(dir: string)
@commitlint/load/src/utils/load-plugin.ts:26
↓ 1 callers
Function
findPackages
* Find all package.json contents in the defined cwd * @param {string} cwd * @returns A list of parsed package.json files as objects
@commitlint/config-lerna-scopes/index.js:32
↓ 1 callers
Function
findParentPath
(parentPath: string, dirname: string)
@packages/test/src/npm.ts:117
↓ 1 callers
Function
findWorkspacePackages
(cwd: any)
@commitlint/config-pnpm-scopes/index.ts:32
↓ 1 callers
Function
fixBootstrap
(fixture)
@alias/commitlint/cli.test.js:29
↓ 1 callers
Function
fixBootstrap
(fixture: string)
@commitlint/cli/src/cli.test.ts:39
↓ 1 callers
Function
fixBootstrap
(name: string)
@commitlint/load/src/load.test.ts:24
↓ 1 callers
Function
footerEmpty
(parsed, when = "always")
@commitlint/rules/src/footer-empty.ts:5
↓ 1 callers
Function
footerLeadingBlank
(parsed, when = "always")
@commitlint/rules/src/footer-leading-blank.ts:5
↓ 1 callers
Function
footerMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/footer-max-length.ts:4
↓ 1 callers
Function
footerMaxLineLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/footer-max-line-length.ts:4
↓ 1 callers
Function
footerMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/footer-min-length.ts:4
↓ 1 callers
Method
forceLeadingBlankFn
(input: string)
@commitlint/prompt/src/inquirer/inquirer.d.ts:17
↓ 1 callers
Function
formatErrors
(errors: ErrorObject[])
@commitlint/config-validator/src/formatErrors.ts:9
↓ 1 callers
Function
formatInput
(result: FormattableResult & WithInput, options: FormatOptions = {})
@commitlint/format/src/format.ts:29
↓ 1 callers
Function
fr
(result: FormattableResult)
@commitlint/format/src/format.ts:20
↓ 1 callers
Function
fromConditions
(value: unknown)
@commitlint/resolve-extends/src/index.ts:33
↓ 1 callers
Function
getArchiveFiles
(filePath, options)
@packages/utils/pkg-check.js:155
↓ 1 callers
Function
getConfigContents
({ filename, isEsm, }: { filename: string; isEsm: boolean; })
@commitlint/load/src/load.test.ts:247
↓ 1 callers
Function
getEditCommit
(cwd?: string, edit?: boolean | string)
@commitlint/read/src/get-edit-commit.ts:7
↓ 1 callers
Function
getEditFilePath
(top: string, edit?: boolean | string)
@commitlint/read/src/get-edit-file-path.ts:6
↓ 1 callers
Function
getEditValue
(flags: CliFlags)
@commitlint/cli/src/cli.ts:446
↓ 1 callers
Function
getForcedLeadingFn
(rule?: RuleEntry)
@commitlint/prompt/src/library/get-forced-leading-fn.ts:9
↓ 1 callers
Function
getHistoryCommits
( options: HistoryCommitsOptions, opts: { cwd?: string } = {}, )
@commitlint/read/src/get-history-commits.ts:6
↓ 1 callers
Function
getId
(raw: string = "", prefix: string = "")
@commitlint/resolve-extends/src/index.ts:248
↓ 1 callers
Function
getInvocations
(stdout: string)
@commitlint/travis-cli/src/cli.test.ts:142
↓ 1 callers
Function
getNpmCacheDir
* Get the npm cache directory. * Respects npm config (npm_config_cache env var or npm config get cache).
@commitlint/resolve-extends/src/index.ts:308
↓ 1 callers
Function
getNpxCachePaths
* Get the npx cache directory paths. * npx stores packages in a subdirectory of the npm cache (e.g., ~/.npm/_npx). * Results are memoized and sorted
@commitlint/resolve-extends/src/index.ts:337
↓ 1 callers
Function
getPackageFiles
(source)
@packages/utils/pkg-check.js:180
↓ 1 callers
Function
getPackages
(context)
@commitlint/config-workspace-scopes/index.js:15
↓ 1 callers
Function
getPackages
(context)
@commitlint/config-rush-scopes/index.js:13
↓ 1 callers
Function
getPatternIDs
()
@commitlint/config-patternplate/index.js:12
↓ 1 callers
Function
getPkgBinFiles
(bin)
@packages/utils/pkg-check.js:197
↓ 1 callers
Function
getProjects
(context)
@commitlint/config-lerna-scopes/index.js:62
↓ 1 callers
Function
getProjects
(context: any)
@commitlint/config-pnpm-scopes/index.ts:57
↓ 1 callers
Function
getProjects
* @param {(params: Pick<Nx.ProjectConfiguration, 'name' | 'projectType' | 'tags'>) => boolean} selector
@commitlint/config-nx-scopes/index.js:15
↓ 1 callers
Function
getPrompt
( type: ResultPart, rules: RuleEntry[] = [], settings: InputSetting = {}, )
@commitlint/prompt/src/library/get-prompt.ts:28
↓ 1 callers
Function
getSeed
(flags: CliFlags)
@commitlint/cli/src/cli.ts:525
↓ 1 callers
Function
getShorthandName
(fullname: string)
@commitlint/load/src/utils/plugin-naming.ts:63
↓ 1 callers
Function
getTarballFiles
(source, options)
@packages/utils/pkg-check.js:139
↓ 1 callers
Function
gitBootstrap
(fixture: string)
@commitlint/cli/src/cli.test.ts:38
↓ 1 callers
Function
gitBootstrap
(name: string)
@commitlint/load/src/load.test.ts:25
↓ 1 callers
Function
headerCase
( parsed, when = "always", value = [], )
@commitlint/rules/src/header-case.ts:7
↓ 1 callers
Function
headerFullStop
(parsed, when = "always", value = ".")
@commitlint/rules/src/header-full-stop.ts:4
↓ 1 callers
Function
headerMaxLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/header-max-length.ts:4
↓ 1 callers
Function
headerMinLength
(parsed, _when = undefined, value = 0)
@commitlint/rules/src/header-min-length.ts:4
↓ 1 callers
Function
headerTrim
(parsed)
@commitlint/rules/src/header-trim.ts:4
↓ 1 callers
Function
init
(cwd: string)
@packages/test/src/git.ts:25
↓ 1 callers
Function
installModules
(cwd: string)
@packages/test/src/npm.ts:41
↓ 1 callers
Function
isClean
()
@commitlint/travis-cli/src/cli.ts:75
↓ 1 callers
Function
isEsmModule
(cwd: string)
@commitlint/load/src/utils/load-config.ts:93
↓ 1 callers
Function
isObjectLike
(obj: unknown)
@commitlint/load/src/utils/load-parser-opts.ts:5
↓ 1 callers
Function
isParserOptsFunction
( obj: T, )
@commitlint/load/src/utils/load-parser-opts.ts:9
↓ 1 callers
Function
isScopeInEnum
(scope: string)
@commitlint/rules/src/scope-enum.ts:25
↓ 1 callers
Function
isStageEmpty
()
@commitlint/prompt-cli/cli.js:23
↓ 1 callers
Function
lineNumberFor
(content, offset)
scripts/check-no-focused-tests.js:36
↓ 1 callers
Function
lint
(args: string[], nodeOptions: SpawnOptions = {}, input: string = "")
@commitlint/travis-cli/src/cli.ts:82
↓ 1 callers
Function
lintMessage
(message)
@commitlint/config-angular/index.test.js:8
↓ 1 callers
Function
listTrackedTestFiles
()
scripts/check-no-focused-tests.js:29
↓ 1 callers
Function
loadConfig
(flags: CliFlags)
@commitlint/cli/src/cli.ts:489
↓ 1 callers
Function
loadConfig
( cwd: string, configPath?: string, )
@commitlint/load/src/utils/load-config.ts:16
↓ 1 callers
Function
loadExtends
( config: UserConfig = {}, context: ResolveExtendsContext = {}, )
@commitlint/resolve-extends/src/index.ts:206
↓ 1 callers
Function
loadFormatter
(config: QualifiedConfig, flags: CliFlags)
@commitlint/cli/src/cli.ts:544
↓ 1 callers
Function
log
(hash: string)
@commitlint/travis-cli/src/cli.ts:96
↓ 1 callers
Function
main
()
@commitlint/travis-cli/src/cli.ts:32
↓ 1 callers
Function
main
(args: MainArgs)
@commitlint/cli/src/cli.ts:198
↓ 1 callers
Function
main
()
@commitlint/prompt-cli/cli.js:12
↓ 1 callers
Function
main
()
@packages/utils/dep-check.js:7
↓ 1 callers
Function
main
(flags)
@packages/utils/pkg-check.js:32
↓ 1 callers
Method
maxLength
(answers?: T)
@commitlint/prompt/src/inquirer/inquirer.d.ts:16
↓ 1 callers
Method
measureInput
(input: string)
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts:73
↓ 1 callers
Function
meta
(settings: Record<string, unknown>)
@commitlint/prompt/src/library/meta.ts:8
↓ 1 callers
Function
negated
(when?: string)
@commitlint/rules/src/type-case.ts:5
↓ 1 callers
Function
negated
(when?: string)
@commitlint/rules/src/body-case.ts:5
↓ 1 callers
Function
negated
(when?: string)
@commitlint/rules/src/scope-case.ts:5
↓ 1 callers
Function
negated
(when?: string)
@commitlint/rules/src/subject-case.ts:22
↓ 1 callers
Function
negated
(when?: string)
@commitlint/rules/src/header-case.ts:5
↓ 1 callers
Function
normalizeEmoji
* Normalizes emojis to ensure a consistent 2-column width in terminals by appending * Variation Selector 16 (U+FE0F). * * Emojis like ✨ (U+2728) are
@commitlint/cz-commitlint/src/services/getRuleQuestionConfig.ts:41
↓ 1 callers
Function
normalizeFlags
(flags: CliFlags)
@commitlint/cli/src/cli.ts:438
↓ 1 callers
Function
normalizeMainPath
(mainPath)
@packages/utils/pkg-check.js:189
↓ 1 callers
Function
normalizeOptions
(options: LoadPluginOptions | boolean)
@commitlint/load/src/utils/load-plugin.ts:44
↓ 1 callers
Function
normalizePackageName
(name: string)
@commitlint/load/src/utils/plugin-naming.ts:22
↓ 1 callers
Function
normalizePatterns
* Turn glob paths with potential 'package.json' ending always into paths * with a package.json ending to find monorepo packages * @param {string[]}
@commitlint/config-lerna-scopes/index.js:19
↓ 1 callers
Function
normalizePatterns
(patterns: any)
@commitlint/config-pnpm-scopes/index.ts:24
↓ 1 callers
Function
npmBootstrap
(name: string)
@commitlint/load/src/load.test.ts:26
↓ 1 callers
Function
parseMessage
(str: string)
@commitlint/rules/src/subject-exclamation-mark.test.ts:8
↓ 1 callers
Function
pathToId
(root, filePath)
@commitlint/config-patternplate/index.js:7
↓ 1 callers
Function
prompter
(cz: typeof inquirer, commit: Commit)
@commitlint/prompt/src/index.ts:13
↓ 1 callers
Function
referencesEmpty
(parsed, when = "never")
@commitlint/rules/src/references-empty.ts:4
↓ 1 callers
Function
requirePackagesManifest
(dir: any)
@commitlint/config-pnpm-scopes/index.ts:14
↓ 1 callers
Function
resolveArgs
(args: MainArgs)
@commitlint/cli/src/cli.ts:194
↓ 1 callers
Function
resolveConfig
(raw: string, context: ResolveExtendsContext = {})
@commitlint/resolve-extends/src/index.ts:261
↓ 1 callers
Function
resolveDefaultConfig
(flags: CliFlags)
@commitlint/cli/src/cli.ts:510
↓ 1 callers
Function
resolveEsmOnly
(lookup: string, fromDir: string)
@commitlint/resolve-extends/src/index.ts:71
↓ 1 callers
Function
resolveExportsEntry
(manifest: Record<string, unknown>)
@commitlint/resolve-extends/src/index.ts:32
↓ 1 callers
Function
resolveFormatter
(formatter: string, parent?: string)
@commitlint/load/src/load.ts:31
↓ 1 callers
Function
resolveGlobalSilent
(specifier: string)
@commitlint/resolve-extends/src/index.ts:392
← previous
next →
101–200 of 291, ranked by callers