From e137023b3e11386f0d1715818279f9c655747024 Mon Sep 17 00:00:00 2001 From: haru Date: Fri, 17 Jun 2022 20:12:14 +0900 Subject: [PATCH] Fix the default value of reporter input in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac7555e..ae1b5d88 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can supply this value one of three ways: - `files: '["input1", "input2"]'`: A list of file or directory arguments; equivalent to calling `vale input1 input2`. -### `reporter` (default: github-check) +### `reporter` (default: github-pr-check) Set the [reporter](https://github.com/reviewdog/reviewdog#reporters) type.