lint-ai 0.1.5

Semantic wiki and docs linting for contradictions, stale claims, orphan pages, and missing cross-references
Documentation
1
2
3
4
5
6
//! Lint rules for the documentation graph.
//!
//! Each rule inspects the graph and appends findings to a `Report`.

pub mod cross_refs;
pub mod orphan_pages;