-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Conversation
a324957
to
091455a
Compare
Exit code for reviewdog when errors are found [true,false] | ||
Default is `false`. | ||
default: 'false' | ||
required: false | ||
deprecated: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deprecated
is invalid.
Please use deprecationMessage
instead of it.
deprecated: true | |
deprecationMessage: Deprecated, use `fail_level` instead. |
see also.
description: | | ||
The level of failures that will cause the action to fail [any,info,warning,error] | ||
Default is error. | ||
default: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense to keep the default value the same as reviewdog. what do you think?
description: | | |
The level of failures that will cause the action to fail [any,info,warning,error] | |
Default is error. | |
default: '' | |
description: | | |
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`. | |
default: 'none' |
see also.
Support reviewdog command line argument changes.
New: support fail-level
Deprecated: fail-on-error
See: #70
See also: https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md#rotating_light-deprecation-warnings