MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / is_placeholder_like

Function is_placeholder_like

scripts/lint_note.py:1293–1297  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

1291
1292
1293def is_placeholder_like(text: str) -> bool:
1294 normalized = normalize_lint_whitespace(text)
1295 if not normalized:
1296 return True
1297 return matches_any_pattern(normalized, PLACEHOLDER_ONLY_PATTERNS)
1298
1299
1300def issue(section: str, reason: str, severity: str, snippet: str) -> dict[str, object]:

Callers 2

meaningful_unitsFunction · 0.85

Calls 2

matches_any_patternFunction · 0.85

Tested by

no test coverage detected