refactor: implement assertion JSON tasks as leaderboard role tasks #135
sre-lint-playbooks.yaml
on: pull_request
Lint playbooks and roles in main directory
1m 1s
Lint playbooks and roles in remote cluster directory
1m 3s
Annotations
9 warnings
var-naming[no-role-prefix]:
roles/incidents/tasks/load.yaml#L43
Variables names from within roles should use incidents_ as a prefix. (set_fact: applications_otel_demo_configuration)
|
var-naming[no-role-prefix]:
roles/incidents/tasks/load.yaml#L32
Variables names from within roles should use incidents_ as a prefix. (set_fact: applications_enabled)
|
var-naming[no-role-prefix]:
roles/incidents/tasks/load.yaml#L18
Variables names from within roles should use incidents_ as a prefix. (set_fact: tools_enabled)
|
var-naming[no-role-prefix]:
roles/incidents/tasks/load.yaml#L14
Variables names from within roles should use incidents_ as a prefix. (set_fact: env_configuration)
|
var-naming[no-role-prefix]:
roles/incidents/tasks/load.yaml#L10
Variables names from within roles should use incidents_ as a prefix. (set_fact: incident_spec)
|
no-changed-when:
roles/awx/tasks/delete_async.yaml#L2
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L150
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L100
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L49
Commands should not change things if nothing needs doing.
|