Files
ale/test/handler/test_ansible_lint_handler.vader
Michael F. Schönitzer 42a17dec16 Handle empty answer of ansible-lint (#4373)
* Handle empty answer of ansible-lint

The variable a:lines might be empty if ansible-lint exited early, in
that case json_decode would trow an error.

* Use ales JSON decode function
2022-12-06 21:44:10 +09:00

3.0 KiB