diff --git a/src/main.ts b/src/main.ts index dc87b8f..885cf9f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -36,7 +36,7 @@ async function run(): Promise { const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise => { const output = await exec.getExecOutput( "cargo", - ["clippy", "--output-format", "short"], + ["clippy", "--message-format", "short"], { cwd, ignoreReturnCode: true,