mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 20:20:09 +00:00
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.
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"sourceDirectory": "src",
|
|
"largeFileThresholdLoc": 350,
|
|
"typeScriptFileCount": 390,
|
|
"locInSrc": 83786,
|
|
"processExitReferenceCount": 185,
|
|
"synchronousFsApiReferenceCount": 894,
|
|
"largeFileCountOver350Loc": 61
|
|
}
|