new workflow #4
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/changelog.yaml#L6
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L27
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L35
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L41
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L54
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L56
Wrong indentation: expected 6 but found 4
|
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 }}
|