MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Finding

Class Finding

scripts/documentation-verify.py:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428@dataclass
429class Finding:
430 path: Path
431 line: int
432 col: int
433 kind: str
434 message: str
435 excerpt: str
436
437
438_FENCE_RE = re.compile(r"^(\s*)(```+|~~~+)")

Callers 1

scan_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected