Skip to main content

Module lint

Module lint 

Source
Expand description

Statistical validation linter — catches common methodological red flags in findings.

Structs§

Diagnostic
LintReport
LintRule

Enums§

Severity

Functions§

all_rules
Return all lint rules.
check_causal_mismatch_on_supports
v0.38.3: A supports link from finding A to finding B asserts that A’s evidence reinforces B’s claim. When both findings carry causal typing, the link is only epistemically valid if A’s claim is at least as strong as B’s. A correlation claim cannot support an intervention claim — that’s a textbook category error.
check_cherry_picking
check_confidence_mismatch
check_missing_controls
check_missing_species
check_multiple_comparisons
check_no_replication
check_p_boundary
check_sample_size
check_unreported_effect
check_wrong_test
lint
Run all lint checks on a frontier, with optional rule and severity filters.
lint_frontier
Structural graph linter — finds orphans, unresolved contradictions, fragile anchors, critical gaps, missing cross-references, and stale superseded findings.
print_report
Print a lint report to stdout.