Skip to content

Commit

Permalink
Tweak lint priority
Browse files Browse the repository at this point in the history
  • Loading branch information
90degs2infty committed Mar 10, 2024
1 parent ec8d47f commit 66bc841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ unescaped_backticks = { level = "warn", priority = 1 }
cargo = { level = "warn", priority = 2 }
all = { level = "warn", priority = 3 }
pedantic = { level = "warn", priority = 4 }
absolute_paths = { level = "warn", priority = 2 }
absolute_paths = { level = "warn", priority = 5 }
# The following lints are allowed because
# - clippy::module_name_repetitions - I struggle to come up with non-repetitive, meaningful names
# - clippy::ignored_unit_patterns - to keep the `defmt` macros from triggering lints in my own code
Expand Down

0 comments on commit 66bc841

Please sign in to comment.