Files
ccs/docs/metrics/maintainability-baseline.json
T
Tam Nhu Tran d3ede45c96 fix(ci): remove LOC count from maintainability gate
largeFileCountOver350Loc is a vanity metric that blocks releases
for borderline cases (359-372 LOC files). Keep processExit and
synchronousFs gates which track real anti-patterns. LOC still
collected/reported but no longer gated.
2026-03-04 19:49:44 +07:00

10 lines
225 B
JSON

{
"sourceDirectory": "src",
"largeFileThresholdLoc": 350,
"typeScriptFileCount": 390,
"locInSrc": 83786,
"processExitReferenceCount": 185,
"synchronousFsApiReferenceCount": 894,
"largeFileCountOver350Loc": 61
}