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
I would expect when a rule doesn't fine any issues to have it's output to go to stdout and only when there are errors the output of that to go to stderr
I was testing the rules linter:
./cortextool rules lint rules/applications/nap-tom/cortex-rules.yaml > out 2>error
I would expect when a rule doesn't fine any issues to have it's output to go to stdout and only when there are errors the output of that to go to stderr
I was testing the rules linter:
out: empty
error:
if I put an error in the yaml rule file I get the same, empty out file and error file:
The text was updated successfully, but these errors were encountered: