Skip to content

Commit

Permalink
Allow literal_string_with_formatting_arg in lintcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Sep 19, 2024
1 parent c662397 commit 89fea02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lintcheck/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#![allow(
clippy::collapsible_else_if,
clippy::needless_borrows_for_generic_args,
clippy::module_name_repetitions
clippy::module_name_repetitions,
clippy::literal_string_with_formatting_arg
)]

mod config;
Expand Down

0 comments on commit 89fea02

Please sign in to comment.