Type object
Schema URL https://catalog.lintel.tools/schemas/rust/cargo-manifest/_shared/latest--cargo-lints-rustdoc.json
Parent schema cargo-manifest
Type: object

Lint settings for rustdoc individual lints and the all lint.

Properties

bare_urls LintLevel | DetailedLint
invalid_codeblock_attributes LintLevel | DetailedLint
invalid_html_tags LintLevel | DetailedLint
invalid_rust_codeblocks LintLevel | DetailedLint
missing_crate_level_docs LintLevel | DetailedLint
missing_doc_code_examples LintLevel | DetailedLint
private_doc_tests LintLevel | DetailedLint
unescaped_backticks LintLevel | DetailedLint

Definitions

DetailedLint object
level string

Specify the lint level for a lint or lint group.

Values: "forbid" "deny" "warn" "allow"
priority integer

The priority that controls which lints or lint groups override other lint groups. Lower (particularly negative) numbers have lower priority, being overridden by higher numbers, and show up first on the command-line to tools like rustc.

Lint LintLevel | DetailedLint
LintLevel string

Specify the lint level for a lint or lint group.