MCPcopy
hub / github.com/htmlhint/HTMLHint / checkAllHinted

Function checkAllHinted

src/cli/htmlhint.ts:332–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 })
331
332 function checkAllHinted() {
333 if (isWalkDone && isHintDone) {
334 onFinished({
335 targetFileCount: targetFileCount,
336 targetHintFileCount: targetHintFileCount,
337 targetHintCount: targetHintCount,
338 arrTargetMessages: arrTargetMessages,
339 })
340 }
341 }
342
343 if (target === 'stdin') {
344 isWalkDone = true

Callers 1

hintAllFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected