You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional. Tool name to use for reviewdog reporter. Useful when running multiple
@@ -57,6 +57,17 @@ It's same as `-level` flag of reviewdog.
57
57
Optional. Reporter of reviewdog command [`github-pr-check`, `github-pr-review`].
58
58
The default is `github-pr-check`.
59
59
60
+
### `fail_level`
61
+
62
+
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.
63
+
Possible values: [`none`, `any`, `info`, `warning`, `error`].
64
+
Default is `none`.
65
+
66
+
### `fail_on_error`
67
+
68
+
Optional. Deprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [`true`, `false`].
69
+
Default is `false`.
70
+
60
71
### `filter_mode`
61
72
62
73
Optional. Filtering mode for the reviewdog command [`added`, `diff_context`, `file`, `nofilter`].
@@ -66,10 +77,6 @@ Default is `added`.
66
77
67
78
Optional. Additional reviewdog flags.
68
79
69
-
### `workdir`
70
-
71
-
Optional. The directory from which to look for and run erb_lint. Default `.`.
72
-
73
80
### `skip_install`
74
81
75
82
Optional. Do not install erb_lint. Default: `false`.
@@ -78,9 +85,13 @@ Optional. Do not install erb_lint. Default: `false`.
78
85
79
86
Optional. Run erb_lint with bundle exec. Default: `false`.
80
87
88
+
### `workdir`
89
+
90
+
Optional. The directory from which to look for and run erb_lint. Default `.`.
0 commit comments