summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
index 4a3fe414ec..35c87980e9 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -15,7 +15,12 @@ members = [
"connection-checker",
]
+# Keep all lints in sync with `../Cargo.toml`
[workspace.lints.rust]
+# Security
+non_ascii_idents = "forbid"
+
+# Modern, easy to read style and opinionated best practices
rust_2018_idioms = "deny"
[workspace.lints.clippy]