[WARNING] Invalid issue syntax, ignoring: src/main/resources/xxxx/meta/main.yml:1: schema (schema[meta]) #2397
Unanswered
mandracke76
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Use via sonarqube is not supported by us and I expect that if you would run ansible-lint directly, you might be able to see the exact error. You can also try to open it in vscode with vscode-ansible extension in order to see the error from the linter. By looking at your pasted example, I would guess that your version number is not quoted, so it would be evaluated as a float instead of a string. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello,
I am developing an Ansible role for my project and when the ansible-lint check my meta file, it is set a WARNING about it.
I was check about all information about meta file but I don't understand why I have this WARNING.
Is it a bug ?
Issue Type
Ansible and Ansible Lint details
ansible-lint:
My meta file: src/main/resources/xxxx/meta/main.yml
OS / ENVIRONMENT
GitLab CI with docker runner: debian:11.2
[INFO] SonarQube version: 8.9.7
[INFO] Default locale: "en", source code encoding: "UTF-8"
Execution mode:
Beta Was this translation helpful? Give feedback.
All reactions