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
| At least one `Severity.ERROR` rule failed | N/A | 1 | Always fails the run |
95
-
| At least one `Severity.WARNING` rule failed, no `Severity.ERROR` failed |`False` (default) | 0 | Run is considered successful, warnings are reported |
96
-
| At least one `Severity.WARNING` rule failed, no `Severity.ERROR` failed |`True`| 1 | Treat warnings as failures;exit with failure |
97
-
| All rules passed or skipped | N/A | 0 | Run is considered successful |
| At least one `Severity.ERROR` rule failed | N/A |`False`| 1 | Always fails the run |
105
+
| At least one `Severity.ERROR` rule failed, but fixed | N/A |`True`| 0 | Run is considered successful, error reasons are reported and `Fixed=true`|
106
+
| At least one `Severity.WARNING` rule failed, no `Severity.ERROR` failed |`False` (default) | N/A | 0 | Run is considered successful, warnings are reported |
107
+
| At least one `Severity.WARNING` rule failed, no `Severity.ERROR` failed |`True`|`False`| 1 | Treat warnings as failures;exit with failure |
108
+
| At least one `Severity.WARNING` rule failed, no `Severity.ERROR` failed, but fixed |`True`|`True`| 0 | Run is considered successful, warnings are reported and `Fixed=true`|
109
+
| All rules passed or skipped | N/A | N/A | 0 | Run is considered successful |
0 commit comments