diff --git a/dist/index.js b/dist/index.js index 6a3723b..cdc53cd 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 7bc5893..2120d6f 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/main.ts b/src/main.ts index 885cf9f..e627d2d 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", "--message-format", "short"], + ["clippy", "-q", "--message-format", "short"], { cwd, ignoreReturnCode: true,