ci: update to rust version of flint#8315
Open
zeitlinger wants to merge 19 commits intoopen-telemetry:mainfrom
Open
ci: update to rust version of flint#8315zeitlinger wants to merge 19 commits intoopen-telemetry:mainfrom
zeitlinger wants to merge 19 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8315 +/- ##
=========================================
Coverage 90.31% 90.31%
Complexity 7725 7725
=========================================
Files 850 850
Lines 23259 23259
Branches 2364 2364
=========================================
Hits 21007 21007
Misses 1528 1528
Partials 724 724 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jack-berg
reviewed
Apr 22, 2026
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
cf1d2a4 to
bdc9667
Compare
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
jack-berg
reviewed
Apr 28, 2026
| "pipx:codespell" = "2.4.2" | ||
| rumdl = "0.1.83" | ||
| shfmt = "3.13.1" | ||
| taplo = "0.10.0" |
Member
There was a problem hiding this comment.
What do all these new linters do? Regardless, let's keep this PR focussed on updating to the new version and separate out any change in functionality to separate PRs.
Member
Author
There was a problem hiding this comment.
Yes that was the idea - a little bit too much slipped through and should be fixed now
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
…8315 # Conflicts: # mise.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the existing link linting to the current Rust-based
flintrelease.What changes in this PR:
flintfromgithub:grafana/flint = "0.20.3"lint:linksshell task withflint run.github/configcheck_all_local = trueso local links are checked across the repo--fullon push and scheduled runs so link checking still scans the full repo outside pull requestsWhy this stays small:
flintpathVerification:
mise run lintmise run lint --full