fix: Ensure check-mode works for otel collector (#264) #626
Annotations
20 errors and 13 warnings
Perform Linting:
examples/loki-local-filesystem-with-retention-and-alert.yml#L62
62:9 [indentation] wrong indentation: expected 10 but found 8
|
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
|
Perform Linting:
changelogs/changelog.yaml#L60
60:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L62
62:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L69
69:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L75
75:7 [indentation] wrong indentation: expected 8 but found 6
|
Perform Linting:
changelogs/changelog.yaml#L81
81:7 [indentation] wrong indentation: expected 8 but found 6
|
schema[changelog]:
changelogs/changelog.yaml#L1
$.releases.4.0.0.changes.minor_changes[5] {'fix': 'Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167'} is not of type 'string'. See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
|
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
'requires_ansible' key must refer to a currently supported version such as: >=2.15.0, >=2.16.0, >=2.17.0
|
command-instead-of-shell:
roles/alloy/tasks/ga-started.yml#L18
Use shell only when shell functionality is required.
|
no-handler:
roles/alloy/tasks/install.yml#L29
Tasks that run when changed should likely be handlers.
|
fqcn[action-core]:
roles/alloy/tasks/main.yml#L1
Use FQCN for builtin module actions (include_tasks).
|
fqcn[action-core]:
roles/alloy/tasks/main.yml#L5
Use FQCN for builtin module actions (include_tasks).
|
fqcn[action-core]:
roles/alloy/tasks/main.yml#L9
Use FQCN for builtin module actions (include_tasks).
|
risky-file-permissions:
roles/grafana/tasks/configure.yml#L89
File permissions unset or incorrect.
|
command-instead-of-shell:
roles/grafana_agent/tasks/ga-started.yaml#L18
Use shell only when shell functionality is required.
|
risky-shell-pipe:
roles/grafana_agent/tasks/preflight/download.yaml#L5
Shells that use pipes should set the pipefail option.
|
Perform Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Perform Linting:
examples/mimir-3-hosts.yaml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
examples/alloy.yaml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
examples/alloy.yaml#L21
21:151 [line-length] line too long (173 > 150 characters)
|
Perform Linting:
examples/opentelemetry-collector.yml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
changelogs/.plugin-cache.yaml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
changelogs/changelog.yaml#L1
1:1 [document-start] missing document start "---"
|
Perform Linting:
changelogs/changelog.yaml#L300
300:151 [line-length] line too long (165 > 150 characters)
|
Perform Linting:
changelogs/changelog.yaml#L304
304:151 [line-length] line too long (162 > 150 characters)
|
Perform Linting:
changelogs/changelog.yaml#L309
309:151 [line-length] line too long (151 > 150 characters)
|
Perform Linting:
.github/dependabot.yml#L6
6:1 [document-start] missing document start "---"
|
jinja[spacing]:
roles/alloy/tasks/install.yml#L15
Jinja2 spacing could be improved: {{ [ alloy_service_group ] + alloy_user_groups }} -> {{ \[alloy_service_group] + alloy_user_groups }}
|
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 }}
|