From 9137cd711355553b6d2df7cb5ced4c09a348d959 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Tue, 1 Nov 2022 23:53:37 +0900 Subject: [PATCH] Update args --- dist/index.js | Bin 237065 -> 237085 bytes dist/index.js.map | Bin 275776 -> 275800 bytes src/main.ts | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 461eceabc85c9334f75e04205ec19d3346e67eac..a01ce689cecf95b849c0c38d2133c73779a6f8d2 100644 GIT binary patch delta 42 wcmeC&!#8&i--c3oe%<8!octms9R;Pl)Uwo~<^uWl0(nLtX4+mL&pfjZ07>r-s{jB1 delta 26 gcmbQchp%%F--c58=1%$cPI*QkX4>8<&pf3L0FfIB{{R30 diff --git a/dist/index.js.map b/dist/index.js.map index 7dfbac1489602f38b23200b6e30171b7731e1132..d3cf1673c1ddb314d02760850382e359484304b0 100644 GIT binary patch delta 48 zcmX@`O5nyTfekbD1a*`1bMlK~lynqgl=4!`Qj3}=>9tSNV+3L*AZFe^Nsnb68vx { 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,