Skip to content

Commit

Permalink
disable module name repetition warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKumar9 committed Nov 25, 2024
1 parent 4b13fdf commit 1b8aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ repos:
args: ["--verbose", "--"]
- id: clippy
# Use 'all-targets' to run on all code, including tests and examples
args: ["--all-targets", "--", "-D", "warnings", "-W", "clippy::pedantic"]
args: ["--all-targets", "--", "-D", "warnings", "-W", "clippy::pedantic", "-A", "clippy::module-name-repetitions"]

0 comments on commit 1b8aa3e

Please sign in to comment.