ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
360 stars 86 forks source link

Fix handling of syntax-check errors reported by ansible-lint in the extension #1317

Closed priyamsahoo closed 4 months ago

priyamsahoo commented 4 months ago

The PR will:

  1. 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.
  2. add a test for the same.

Fixes: #986.