antislop 0.3.0

A blazing-fast, multi-language linter for detecting AI-generated code slop
Documentation
[advisories]
ignore = []
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]

[licenses]
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-2-Clause",
    "Unlicense",
    "Unicode-3.0",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"

# Allow specific duplicate transitive dependencies (common in Rust ecosystem)
skip = [
    { crate = "syn", reason = "syn 1.x and 2.x are both commonly used" },
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []