Skip to content

Add MySQL integration #516

Add MySQL integration

Add MySQL integration #516

Triggered via pull request October 25, 2024 13:52
Status Failure
Total duration 47s
Artifacts

reviewdog.yml

on: pull_request
runner / markdownlint
22s
runner / markdownlint
runner / misspell
22s
runner / misspell
runner / languagetool
20s
runner / languagetool
runner / alex
34s
runner / alex
runner / shellcheck
10s
runner / shellcheck
runner / tflint
6s
runner / tflint
runner / yamllint
16s
runner / yamllint
runner / actionlint
7s
runner / actionlint
runner / textlint
23s
runner / textlint
runner / alloy
13s
runner / alloy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
runner / markdownlint: charts/feature-integrations/README.md#L117
[markdownlint] reported by reviewdog 🐶 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] Raw Output: charts/feature-integrations/README.md:117:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
runner / markdownlint: charts/feature-integrations/README.md#L119
[markdownlint] reported by reviewdog 🐶 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yaml"] Raw Output: charts/feature-integrations/README.md:119 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yaml"]
runner / markdownlint: charts/feature-integrations/README.md#L123
[markdownlint] reported by reviewdog 🐶 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] Raw Output: charts/feature-integrations/README.md:123 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
runner / markdownlint: charts/feature-integrations/README.md#L124
[markdownlint] reported by reviewdog 🐶 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] Raw Output: charts/feature-integrations/README.md:124:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
runner / markdownlint: charts/feature-integrations/README.md#L126
[markdownlint] reported by reviewdog 🐶 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yaml"] Raw Output: charts/feature-integrations/README.md:126 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yaml"]
runner / markdownlint: charts/feature-integrations/README.md#L132
[markdownlint] reported by reviewdog 🐶 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] Raw Output: charts/feature-integrations/README.md:132 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
runner / markdownlint: charts/feature-integrations/README.md#L133
[markdownlint] reported by reviewdog 🐶 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] Raw Output: charts/feature-integrations/README.md:133:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
runner / markdownlint: charts/feature-integrations/README.md#L136
[markdownlint] reported by reviewdog 🐶 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] Raw Output: charts/feature-integrations/README.md:136:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
runner / markdownlint: charts/feature-integrations/README.md#L137
[markdownlint] reported by reviewdog 🐶 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] Raw Output: charts/feature-integrations/README.md:137:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
runner / markdownlint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
runner / shellcheck: scripts/run-integration-test.sh#L63
[shellcheck] reported by reviewdog 🐶 eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string). Raw Output: ./scripts/run-integration-test.sh:63:9: warning: eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string). (ShellCheck.SC2294)
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:94: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: scripts/run-integration-test.sh#L112
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./scripts/run-integration-test.sh:112:94: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)