diff --git a/dist/index.js b/dist/index.js index 461ecea..a01ce68 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 7dfbac1..d3cf167 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 87536a6..9deaf02 100644 --- a/src/main.ts +++ b/src/main.ts @@ -32,7 +32,7 @@ async function run(): Promise { const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise => { const output = await exec.getExecOutput( "cargo", - ["clippy", "-q", "--message-format", "short"], + ["clippy", "--color", "never", "-q", "--message-format", "short"], { cwd, ignoreReturnCode: true,