Add MySQL integration #595
reviewdog.yml
on: pull_request
runner / markdownlint
19s
runner / misspell
19s
runner / languagetool
17s
runner / alex
32s
runner / shellcheck
10s
runner / tflint
9s
runner / yamllint
21s
runner / actionlint
10s
runner / textlint
26s
runner / alloy
9s
Annotations
2 errors and 7 warnings
runner / yamllint:
charts/feature-integrations/test-values.yaml#L1
[yamllint] reported by reviewdog 🐶
[warning] missing starting space in comment (comments)
Raw Output:
./charts/feature-integrations/test-values.yaml:1:2: [warning] missing starting space in comment (comments)
|
runner / yamllint:
charts/feature-integrations/test-values.yaml#L2
[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)
Raw Output:
./charts/feature-integrations/test-values.yaml:2:1: [warning] missing document start "---" (document-start)
|
runner / shellcheck:
scripts/run-integration-test.sh#L87
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:87:39: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
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: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#L103
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:103:81: 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#L106
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/run-integration-test.sh:106:81: 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)
|