Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Replace lazy_static with std::sync::LazyLock (b04cbc1) #604

Merged
merged 6 commits into from
Jul 31, 2024

chore: Update changelog

b2f6b5e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

refactor: Replace lazy_static with std::sync::LazyLock (b04cbc1) #604

chore: Update changelog
b2f6b5e
Select commit
Loading
Failed to load commit list.
GitHub Actions / yamllint succeeded Jul 31, 2024 in 0s

reviewdog [yamllint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (8)

dev-cluster.yml|10 col 1| [warning] missing document start "---" (document-start)
dev-cluster.yml|16 col 5| [error] wrong indentation: expected 2 but found 4 (indentation)
.github/workflows/build.yml|339 col 9| [warning] comment not indented like content (comments-indentation)
deploy/config-spec/properties.yaml|1 col 1| [warning] missing document start "---" (document-start)
deploy/helm/chart_testing.yaml|1 col 1| [warning] missing document start "---" (document-start)
deploy/helm/druid-operator/values.yaml|27 col 3| [warning] comment not indented like content (comments-indentation)
deploy/helm/druid-operator/values.yaml|30 col 3| [warning] comment not indented like content (comments-indentation)
deploy/helm/druid-operator/configs/properties.yaml|1 col 1| [warning] missing document start "---" (document-start)