Add test for Grafana Agent Role #134
Annotations
15 errors and 8 warnings
Perform Linting
Process completed with exit code 2.
|
Perform Linting:
.github/workflows/grafana-agent.yml#L94
94:1 [trailing-spaces] trailing spaces
|
Perform Linting:
.github/workflows/grafana-agent.yml#L95
95:1 [trailing-spaces] trailing spaces
|
Perform Linting:
.github/workflows/grafana-agent.yml#L96
96:1 [trailing-spaces] trailing spaces
|
Perform Linting:
.github/workflows/grafana-agent.yml#L97
97:1 [trailing-spaces] trailing spaces
|
Perform Linting:
.github/workflows/grafana-agent.yml#L100
100:1 [trailing-spaces] trailing spaces
|
Perform Linting:
.github/workflows/grafana-agent.yml#L102
102:39 [new-line-at-end-of-file] no new line character at the end of file
|
Perform Linting:
changelogs/changelog.yaml#L18
18:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L27
27:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L48
48:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L57
57:7 [indentation] wrong indentation: expected 8 but found 6
|
jinja[invalid]:
roles/grafana/tasks/datasources.yml#L28
to_nice_yaml - 'grafana_datasources' is undefined. 'grafana_datasources' is undefined
|
jinja[invalid]:
roles/grafana/tasks/notifications.yml#L4
to_nice_yaml - 'grafana_alert_notifications' is undefined. 'grafana_alert_notifications' is undefined
|
fqcn[action-core]:
tests/integration/targets/alert_notification_policy/tasks/main.yml#L13
Use FQCN for builtin module actions (assert).
|
name[missing]:
tests/integration/targets/alert_notification_policy/tasks/main.yml#L13
All tasks should be named.
|
Perform Linting:
test.yml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
.github/workflows/grafana-agent.yml#L4
4:1 [truthy] truthy value should be one of [false, true]
|
Perform Linting:
tests/integration/grafana_agent/linux.yml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
tests/integration/targets/alert_notification_policy/tasks/main.yml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
roles/grafana/vars/distro/debian.yml#L2
2:151 [line-length] line too long (154 > 150 characters)
|
Perform Linting:
changelogs/changelog.yaml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
changelogs/.plugin-cache.yaml#L1
1:1 [document-start] missing document start "---"
|
jinja[spacing]:
roles/grafana_agent/tasks/install/user-group.yaml#L32
Jinja2 spacing could be improved: {{ [ grafana_agent_user_group ] + grafana_agent_user_groups }} -> {{ \[grafana_agent_user_group] + grafana_agent_user_groups }}
|