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
Is your enhancement request related to a problem? Please describe.
i would like to have robotcode report hints/information in vscode, without having them fail in my CI. with other tools eg. typescript, diagnostics that are reported as hint or information do not cause the CLI to fail, as they are only intended to be information rather than a problem that needs to be fixed
Describe the solution you'd like
an option to only fail on certain error levels and above. something like:
[tool.robotcode-analyze]
fail_on = "warning"
this would mean that only diagnostics reported as a warning or above (error) will cause a non-zero exit code