Add the ability to get config remotely #527
reviewdog.yml
on: pull_request
runner / markdownlint
19s
runner / misspell
18s
runner / languagetool
22s
runner / alex
31s
runner / shellcheck
9s
runner / tflint
6s
runner / yamllint
20s
runner / actionlint
8s
runner / textlint
28s
runner / alloy
9s
Annotations
2 errors and 5 warnings
runner / actionlint:
.github/workflows/platform-test.yml#L89
[actionlint] reported by reviewdog 🐶
property "random-number" is not defined in object type {check-cluster-config: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
Raw Output:
.github/workflows/platform-test.yml:89:30: property "random-number" is not defined in object type {check-cluster-config: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
|
runner / yamllint:
charts/k8s-monitoring/docs/examples/remote-config/values.yaml#L1
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./charts/k8s-monitoring/docs/examples/remote-config/values.yaml:1:1: [warning] missing document start "---" (document-start)
|
runner / shellcheck:
scripts/run-integration-test.sh#L89
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:89:39: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
scripts/run-integration-test.sh#L91
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:91:64: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
scripts/run-integration-test.sh#L103
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:103:46: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
scripts/run-integration-test.sh#L106
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:106:46: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / shellcheck:
scripts/run-integration-test.sh#L109
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:109:46: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|