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
Currently when we use the pre-commit hook with ansible-review and set the verbose option on the hook definition in the .pre-commit-config.yaml file the ansible-review tool does not react to this option at all - the output of the tool is the same.
I would imagine with verbose: true, ansible-review will produce the WARN and ERROR messages. With verbose: false, ansible-review will only show the ERROR messages.
Currently when we use the pre-commit hook with
ansible-review
and set theverbose
option on the hook definition in the.pre-commit-config.yaml
file theansible-review
tool does not react to this option at all - the output of the tool is the same.I would imagine with
verbose: true
, ansible-review will produce the WARN and ERROR messages. Withverbose: false
, ansible-review will only show the ERROR messages.The text was updated successfully, but these errors were encountered: