mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-25 00:43:59 +08:00
42a17dec16
* 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