Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reviewdog command line argument changes (--fail-level) #72

Merged
merged 5 commits into from
Jan 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Shoma Okamoto <32533860+shmokmt@users.noreply.github.com>
  • Loading branch information
nayuta and shmokmt authored Jan 10, 2025
commit 740dc6a60faf8756df2acaa470b24d249e835016
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -90,9 +90,9 @@ See [reviewdog documentation for exit codes](https://github.com/reviewdog/review

### `fail_level`

Optional. The level of failures that will cause the action to fail [any,info,warning,error].
Optional. If set to none, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none, any, info, warning, error] Default is none.

The default is `error`.
The default is `none`.

See [reviewdog documentation for fail level](https://github.com/reviewdog/reviewdog/tree/master?tab=readme-ov-file#fail-level) for details.

Loading