Skip to content

Commit

Permalink
Set 'allow-panic-in-tests = true' in the Rust Clippy config
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Dec 11, 2024
1 parent 474e2f8 commit 165def8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/stdcfgs/clippy.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-panic-in-tests = true
1 change: 1 addition & 0 deletions examples/rust/clippy.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-panic-in-tests = true

0 comments on commit 165def8

Please sign in to comment.