-
Currently, ansible-lint renders output on plain text format making it a bit inconvenient to parse the output and extract the required information. If the output is rendered in JSON format it will be easier for tools invoking ansible-lint (example |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That is already implemented as I know that the feature is not easily discoverable but that is because it came from a user asking for codeclimate compatible output, which is a particular JSON format. Probably you can fix by making a change to document that on CLI output better. |
Beta Was this translation helpful? Give feedback.
That is already implemented as
ansible-lint -f codeclimate 2>/dev/null
as codeclimate output is JSON!I know that the feature is not easily discoverable but that is because it came from a user asking for codeclimate compatible output, which is a particular JSON format.
Probably you can fix by making a change to document that on CLI output better.