MCPcopy
hub / github.com/conventional-changelog/commitlint / negated

Function negated

@commitlint/rules/src/subject-case.ts:22–22  ·  view source on GitHub ↗
(when?: string)

Source from the content-addressed store, hash-verified

20const startsWithLetterRegex = /^[\p{Ll}\p{Lu}\p{Lt}]/iu;
21
22const negated = (when?: string) => when === "never";
23
24export const subjectCase: SyncRule<TargetCaseType | TargetCaseType[]> = (
25 parsed,

Callers 1

subjectCaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…