Merge pull request #3 from nileshgadgi/feat/molecule #6
Annotations
10 errors and 1 warning
galaxy[no-changelog]:
.github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|
galaxy[tags]:
.github/workflows/galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
|
schema[galaxy]:
.github/workflows/galaxy.yml#L1
Additional properties are not allowed ('jobs', 'true' were unexpected)
|
galaxy[version-missing]:
.github/workflows/galaxy.yml#L2
galaxy.yaml should have version tag.
|
yaml[truthy]:
.github/workflows/galaxy.yml#L4
Truthy value should be one of \[false, no, true, yes]
|
yaml[truthy]:
.github/workflows/lint.yml#L3
Truthy value should be one of \[false, no, true, yes]
|
yaml[document-start]:
.github/workflows/molecule.yml#L1
Missing document start "---"
|
yaml[truthy]:
.github/workflows/molecule.yml#L3
Truthy value should be one of \[false, no, true, yes]
|
yaml[comments-indentation]:
.github/workflows/molecule.yml#L31
Comment not indented like content
|
yaml[truthy]:
.github/workflows/readme.yml#L4
Truthy value should be one of \[false, no, true, yes]
|
jinja[spacing]:
tasks/main.yml#L30
Jinja2 spacing could be improved: set -o pipefail && umask 077; wg genkey | tee {{ wireguard_path }}/{{ wireguard_network_name }}_privatekey | wg pubkey > {{ wireguard_path }}/{{ wireguard_network_name }}_publickey -> set -o pipefail && umask 077; wg genkey | tee {{ wireguard_path }}/{{ wireguard_network_name }}_privatekey | wg pubkey > {{ wireguard_path }}/{{ wireguard_network_name }}_publickey
|