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
So, in order to use Ansible-Lint as a mechanism to feed APIs or other features, it would be nice if we could get some more command line options. Things like error count, warning count, etc are already available, and issues would just be error + warning.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So, in order to use Ansible-Lint as a mechanism to feed APIs or other features, it would be nice if we could get some more command line options. Things like error count, warning count, etc are already available, and issues would just be error + warning.
ansible-lint --error-count
3
ansible-lint --warning-count
2
ansible-lint --issues-count
5
Beta Was this translation helpful? Give feedback.
All reactions