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
$ config-lint -rules config_lint_rules/config_lint_default_rules.yml .
Failed to load rules: error unmarshaling JSON: json: cannot unmarshal array into Go struct field Expression.Value of type string
$ echo $?
0
Expected behavior:
exit code is 1
The text was updated successfully, but these errors were encountered:
On rule failure, exit code is 0
Example:
Expected behavior:
exit code is 1
The text was updated successfully, but these errors were encountered: