MCPcopy
hub / github.com/conventional-changelog/commitlint / defaults.ts

File defaults.ts

@commitlint/is-ignored/src/defaults.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import semver from "semver";
2import { Matcher } from "@commitlint/types";
3
4const isSemver = (c: string): boolean => {

Callers

nothing calls this directly

Calls 1

testFunction · 0.85

Tested by

no test coverage detected