mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
parent
44604fc1d3
commit
ff82d6960a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ignore = true
|
||||||
# Lint level for when multiple versions of the same crate are detected
|
# Lint level for when multiple versions of the same crate are detected
|
||||||
multiple-versions = "warn"
|
multiple-versions = "warn"
|
||||||
# Lint level for when a crate version requirement is `*`
|
# Lint level for when a crate version requirement is `*`
|
||||||
wildcards = "deny"
|
wildcards = "warn"
|
||||||
# The graph highlighting used when creating dotgraphs for crates
|
# The graph highlighting used when creating dotgraphs for crates
|
||||||
# with multiple versions
|
# with multiple versions
|
||||||
# * lowest-version - The path to the lowest versioned duplicate is highlighted
|
# * lowest-version - The path to the lowest versioned duplicate is highlighted
|
||||||
|
|
Loading…
Reference in a new issue