Add MySQL integration #516
reviewdog.yml
on: pull_request
runner / markdownlint
22s
runner / misspell
22s
runner / languagetool
20s
runner / alex
34s
runner / shellcheck
10s
runner / tflint
6s
runner / yamllint
16s
runner / actionlint
7s
runner / textlint
23s
runner / alloy
13s
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)
|