modum 0.6.12

Workspace lint tool for Rust naming and API-shape policy
Documentation
1
2
3
4
5
6
7
8
use std::process::ExitCode;

#[path = "../cli.rs"]
mod cli;

fn main() -> ExitCode {
    cli::run_main("cargo modum", true)
}