summaryrefslogtreecommitdiffhomepage
path: root/test/Cargo.toml
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-04 14:44:47 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-04 18:06:21 +0100
commitb3c7168e673eaeff30fca3553e0070fe9e9d86e2 (patch)
tree8aed6d0abd12fe7300ebd5073807957b88ef10c8 /test/Cargo.toml
parent1f981f6bf965390a2f6c6c642f5cab89e097fc45 (diff)
downloadmullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.tar.xz
mullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.zip
Add workspace level linting to test workspace
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r--test/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
index 6eac149434..3f8e2d056e 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -6,6 +6,12 @@ members = [
"test-rpc",
]
+[workspace.lints.rust]
+rust_2018_idioms = "deny"
+
+[workspace.lints.clippy]
+unused_async = "deny"
+
[patch.crates-io]
serialport = { git = "https://github.com/mullvad/serialport-rs", rev = "1401c9d39e4a89685e3506a7160869b2c8e9ceb0" }