MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / checkFromEdit

Function checkFromEdit

@commitlint/cli/src/cli.ts:425–427  ·  view source on GitHub ↗
(flags: CliFlags)

Source from the content-addressed store, hash-verified

423}
424
425function checkFromEdit(flags: CliFlags): boolean {
426 return Boolean(flags.edit) || Boolean(flags.env);
427}
428
429function checkFromHistory(flags: CliFlags): boolean {
430 return (

Callers 1

checkFromRepositoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected