Ansible
Language-specific information about the way SonarQube Cloud supports the analysis of Ansible.
Last updated
Was this helpful?
Language-specific information about the way SonarQube Cloud supports the analysis of Ansible.
The level of support for a language is defined as follows:
Fully supported: Analysis will complete. All the language features are understood and examined.
Supported: Most language features are understood and examined but the version includes unsupported features. Analysis might break or provide incomplete results.
Versions 10.x and 11.x are supported.
To discover and update the Ansible-specific properties, navigate in SonarQube Cloud to Your Project > Administration > General Settings > Languages > Ansible. See Configuration overview for more information about setting properties.
Adding the NOSONAR comment on the line will suppress all issues on that line:
NOSONAR can be placed anywhere in the comment.
The comment check is case-sensitive.
Rather than relying on this method, we suggest refining your analysis scope to avoid creating major gaps in your code review. Because the NOSONAR comment silences all current and future issues on a line without regard for their severity, it is an imprecise tool. Even if you only intend to hide a minor stylistic point, you could unintentionally obscure a serious security flaw.
You can import ansible-lint reports for Ansible. For more information, go to Your Project > Administration > Configuration > General Settings > External Analyzers on SonarQube Cloud.
Last updated
Was this helpful?
Was this helpful?

