Update args

This commit is contained in:
Takayuki Nakata 2022-11-01 18:36:49 +09:00
parent 2a2b837ded
commit 1f0058d770
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View file

@ -36,7 +36,7 @@ async function run(): Promise<void> {
const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise<number> => { const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise<number> => {
const output = await exec.getExecOutput( const output = await exec.getExecOutput(
"cargo", "cargo",
["clippy", "--message-format", "short"], ["clippy", "-q", "--message-format", "short"],
{ {
cwd, cwd,
ignoreReturnCode: true, ignoreReturnCode: true,