Skip to main content

Module verifier

Module verifier 

Source
Expand description

Verification engine: static analysis, linting, test execution, security scanning.

Runs real tools when available (ruff, mypy, pytest, eslint, cargo clippy), falls back to content-based heuristics when tools are not installed.

Structs§

ProjectReport
Quality report for an entire project directory.
QualityReport
Quality report for a single file.

Functions§

verify_file
Verify a single file with language-specific checks.
verify_project
Verify an entire project directory. Runs linters and tests.