vscode-ansible
vscode-ansible copied to clipboard
Fix handling of syntax-check errors reported by ansible-lint in the extension
The PR will:
- add a fix to handle syntax-check errors reported by ansible-lint. There was a discrepancy because of the codeclimate format out format parsing in the extension.
- add a test for the same.
Fixes: #986.