From 51ccad6986028321bfa3965cc68c629e80895e0f Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Sun, 23 Jun 2024 17:04:01 +0200 Subject: [PATCH] use short message format in integration test --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index 7f4500826ff6c..19c5f3a41339e 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -55,6 +55,7 @@ fn integration_test() { "clippy", "--all-targets", "--all-features", + "--message-format=short", "--", "--cap-lints", "warn",