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

Add -fail-level support and deprecate -fail-on-error #67

Merged
merged 4 commits into from
Jan 12, 2025

Conversation

mongolyy
Copy link
Contributor

@mongolyy mongolyy commented Jan 8, 2025

To adapt for reviewdog 0.20.2.
https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md#v0202---2024-09-16

-fail-on-error flag was deprecated and added -fail-level flag (reviewdog/reviewdog#1854).

@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.23"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it was still 1.20, the go install failed.

The shfmt necessary to be 1.22 or higher.
https://github.com/mvdan/sh?tab=readme-ov-file#sh

I updated it to the latest version, 1.23.

@mongolyy mongolyy mentioned this pull request Jan 8, 2025
action.yml Outdated Show resolved Hide resolved
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Copy link
Contributor

@massongit massongit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@massongit massongit merged commit a3026c6 into reviewdog:master Jan 12, 2025
9 checks passed
Copy link
Contributor

🚀 [bumpr] Bumped! New version:v1.19.0 Changes:v1.18.0...v1.19.0

@mongolyy mongolyy deleted the add-fail-level-support branch January 12, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants