Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/rxjs
/ validate-commit-message.mjs
File
validate-commit-message.mjs
scripts/release/validate-commit-message.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ readFile } from
'node:fs/promises'
;
4
import
{ validateConventionalTitle } from
'./conventional-commit.mjs'
;
Callers
nothing calls this directly
Calls
2
validateConventionalTitle
Function · 0.90
write
Method · 0.45
Tested by
no test coverage detected