Skip to content

[DRAFT] Setup

[DRAFT] Setup #9

Triggered via pull request April 4, 2024 18:29
@bentonambentonam
synchronize #2
setup
Status Skipped
Total duration 2s
Artifacts

auto-approve-dependabot.yml

on: pull_request
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 1 notice
[actionlint] .github/workflows/reviewdog.yml#L147: .github/workflows/reviewdog.yml#L147
shellcheck reported issue in this script: SC2034:warning:25:1: AGENT_MODE appears unused. Verify use (or export if used externally) [shellcheck]
[markdownlint] modules/brokers/rabbitmq/README.md#L13: modules/brokers/rabbitmq/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 245]
[markdownlint] modules/collectors/agent/README.md#L13: modules/collectors/agent/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 242]
[markdownlint] modules/databases/kv/etcd/README.md#L13: modules/databases/kv/etcd/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 241]
[markdownlint] modules/databases/kv/memcached/README.md#L13: modules/databases/kv/memcached/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 246]
[markdownlint] modules/databases/kv/redis/README.md#L13: modules/databases/kv/redis/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 242]
[markdownlint] modules/databases/sql/mysql/README.md#L13: modules/databases/sql/mysql/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 242]
[markdownlint] modules/databases/sql/postgres/README.md#L13: modules/databases/sql/postgres/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 245]
[markdownlint] modules/databases/timeseries/loki/README.md#L13: modules/databases/timeseries/loki/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 241]
[markdownlint] modules/databases/timeseries/loki/README.md#L20: modules/databases/timeseries/loki/README.md#L20
MD049/emphasis-style Emphasis style [Expected: underscore; Actual: asterisk]
[markdownlint] modules/databases/timeseries/loki/README.md#L20: modules/databases/timeseries/loki/README.md#L20
MD049/emphasis-style Emphasis style [Expected: underscore; Actual: asterisk]
[markdownlint] modules/databases/timeseries/loki/README.md#L93: modules/databases/timeseries/loki/README.md#L93
MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
[markdownlint] modules/databases/timeseries/mimir/README.md#L13: modules/databases/timeseries/mimir/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 242]
[markdownlint] modules/databases/timeseries/tempo/README.md#L13: modules/databases/timeseries/tempo/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 242]
[markdownlint] modules/kubernetes/cert-manager/README.md#L13: modules/kubernetes/cert-manager/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 249]
[markdownlint] modules/kubernetes/opencost/README.md#L13: modules/kubernetes/opencost/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 245]
[markdownlint] modules/networking/consul/README.md#L13: modules/networking/consul/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 243]
[markdownlint] modules/networking/haproxy/README.md#L13: modules/networking/haproxy/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 244]
[markdownlint] modules/source-control/gitlab/README.md#L13: modules/source-control/gitlab/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 243]
[markdownlint] modules/system/node-exporter/README.md#L13: modules/system/node-exporter/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 250]
[markdownlint] modules/ui/grafana/README.md#L13: modules/ui/grafana/README.md#L13
MD013/line-length Line length [Expected: 150; Actual: 244]
[shellcheck] tools/lint-river.sh#L76 <ShellCheck.SC2001>: tools/lint-river.sh#L76
See if you can use ${variable//search/replace} instead.