new workflow #5
Annotations
10 errors and 3 warnings
yaml[new-line-at-end-of-file]:
.github/workflows/ansible-lint.yml#L19
No new line character at the end of file
|
yaml[brackets]:
.github/workflows/sanity_tests.yml#L4
Too many spaces inside brackets
|
yaml[trailing-spaces]:
.github/workflows/sanity_tests.yml#L10
Trailing spaces
|
yaml[new-line-at-end-of-file]:
.github/workflows/sanity_tests.yml#L40
No new line character at the end of file
|
yaml[indentation]:
changelogs/config.yaml#L12
Wrong indentation: expected at least 1
|
yaml[new-line-at-end-of-file]:
changelogs/config.yaml#L29
No new line character at the end of file
|
yaml[trailing-spaces]:
galaxy.yml#L7
Trailing spaces
|
name[play]:
playbooks/Bulk_change_DNS_from_file.yaml#L6
All plays should be named.
|
fqcn[action-core]:
playbooks/Bulk_change_DNS_from_file.yaml#L11
Use FQCN for builtin module actions (include_vars).
|
name[play]:
playbooks/Create_a_Network.yaml#L2
All plays should be named.
|
jinja[spacing]:
playbooks/old_collection_test.yml#L19
Jinja2 spacing could be improved: {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',')}} -> {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',') }}
|
jinja[spacing]:
tests/integration/targets/meraki_network/tasks/main.yml#L45
Jinja2 spacing could be improved: create_net_switch_check.data.organization_id == "{{ test_org_id |string }}" -> create_net_switch_check.data.organization_id == "{{ test_org_id | string }}"
|
jinja[spacing]:
tests/integration/targets/meraki_network/tasks/main.yml#L468
Jinja2 spacing could be improved: {{ net_id}} -> {{ net_id }}
|