Skip to content

Commit e57ca3e

Browse files
committed
use short message format in integration test
1 parent 26c556d commit e57ca3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ fn integration_test() {
6060
"warn",
6161
"-Wclippy::pedantic",
6262
"-Wclippy::nursery",
63+
"--message-format=short",
6364
])
6465
.output()
6566
.expect("unable to run clippy");

0 commit comments

Comments
 (0)