Skip to content

Commit

Permalink
Allow TOO_LONG_FIRST_DOC_PARAGRAPH in ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 28, 2024
1 parent d6bda5a commit 63df22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui-cargo/lint_groups_priority/pass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ unsafe_code = "warn"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
style = { level = "warn", priority = 1 }
too_long_first_doc_paragraph = "allow"
similar_names = "allow"
dbg_macro = { level = "warn", priority = 2 }

0 comments on commit 63df22d

Please sign in to comment.