Add ansible lint checker in PR mandatory checks #16
Annotations
10 errors and 10 warnings
yaml[new-line-at-end-of-file]:
_config.yml#L1
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#L9
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L15
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L25
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L27
Wrong indentation: expected 6 but found 4
|
yaml[indentation]:
changelogs/changelog.yaml#L34
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L43
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
changelogs/changelog.yaml#L48
Wrong indentation: expected 6 but found 4
|
yaml[indentation]:
changelogs/changelog.yaml#L64
Wrong indentation: expected 8 but found 6
|
jinja[spacing]:
examples/dr/protection_policy.yml#L104
Jinja2 spacing could be improved: {{result.rule_uuid}} -> {{ result.rule_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L80
Jinja2 spacing could be improved: {{result.plan_uuid}} -> {{ result.plan_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L122
Jinja2 spacing could be improved: {{recovery_plan.plan_uuid}} -> {{ recovery_plan.plan_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L130
Jinja2 spacing could be improved: {{recovery_plan_info}} -> {{ recovery_plan_info }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L142
Jinja2 spacing could be improved: {{recovery_plan.plan_uuid}} -> {{ recovery_plan.plan_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L152
Jinja2 spacing could be improved: {{migrate_job}} -> {{ migrate_job }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L156
Jinja2 spacing could be improved: {{migrate_job.job_uuid}} -> {{ migrate_job.job_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L171
Jinja2 spacing could be improved: {{migrate_job.job_uuid}} -> {{ migrate_job.job_uuid }}
|
jinja[spacing]:
examples/dr/recovery_plan_with_execution.yml#L171
Jinja2 spacing could be improved: {{recovery_plan.plan_uuid}} -> {{ recovery_plan.plan_uuid }}
|
jinja[spacing]:
examples/iaas/roles/external_subnet/tasks/main.yml#L5
Jinja2 spacing could be improved: {{external_subnet.eNat}} -> {{ external_subnet.eNat }}
|