Add more docs, examples, and tests. #404
reviewdog.yml
on: pull_request
runner / markdownlint
19s
runner / misspell
20s
runner / languagetool
17s
runner / alex
27s
runner / shellcheck
13s
runner / tflint
9s
runner / yamllint
19s
runner / actionlint
6s
runner / textlint
23s
runner / alloy
8s
Annotations
4 warnings
runner / shellcheck:
scripts/integration-test.sh#L64
[shellcheck] reported by reviewdog 🐶
eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string).
Raw Output:
./scripts/integration-test.sh:64:9: warning: eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string). (ShellCheck.SC2294)
|
runner / alex:
charts/feature-annotation-autodiscovery/README.md#L11
[alex] reported by reviewdog 🐶
`simple` may be insensitive, try not to use it simple retext-equality
Raw Output:
11:58-11:64 warning `simple` may be insensitive, try not to use it simple retext-equality
|
runner / alex:
charts/k8s-monitoring/docs/examples/features/annotation-autodiscovery/default/README.md#L7
[alex] reported by reviewdog 🐶
`easy` may be insensitive, try not to use it easy retext-equality
Raw Output:
7:93-7:97 warning `easy` may be insensitive, try not to use it easy retext-equality
|
runner / alex:
charts/k8s-monitoring/docs/examples/features/annotation-autodiscovery/default/description.txt#L3
[alex] reported by reviewdog 🐶
`easy` may be insensitive, try not to use it easy retext-equality
Raw Output:
3:93-3:97 warning `easy` may be insensitive, try not to use it easy retext-equality
|