docs: simplify linting section in CONTRIBUTING.md#1054
Merged
Conversation
Reference flint README instead of duplicating linting and Renovate dependency tracking documentation. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR simplifies the linting documentation in CONTRIBUTING.md by replacing detailed sections on linting and Renovate dependency tracking with a concise reference to flint, which now serves as the central documentation source for all linting details. This reduces documentation duplication and maintenance burden.
Changes:
- Replaced detailed linting instructions with a reference to flint's README for comprehensive documentation
- Consolidated commands into a simple code block showing
mise run fixandmise run lintwith inline comments - Removed the "Renovate Dependency Tracking" section as it's now documented in flint
- Removed unused
[renovate]link reference
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 task
…rrors Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
martincostello
approved these changes
Feb 16, 2026
zeitlinger
added a commit
to grafana/flint
that referenced
this pull request
Feb 16, 2026
…ent (#14) ## Summary - Adds an "Example" section to the README pointing to [grafana/docker-otel-lgtm](https://github.com/grafana/docker-otel-lgtm) as a real-world project using flint - Links to its [CONTRIBUTING.md](https://github.com/grafana/docker-otel-lgtm/blob/main/CONTRIBUTING.md) (developer workflow) and [mise.toml](https://github.com/grafana/docker-otel-lgtm/blob/main/mise.toml) (task wiring) - Removes the "Remind to reopen PR for CI" step from the release-please workflow, since this is already documented in the README ## Related A companion PR in docker-otel-lgtm simplifies its CONTRIBUTING.md to reference flint instead of duplicating linting/Renovate documentation: grafana/docker-otel-lgtm#1054 ## Test plan - [ ] Verify links in the new section resolve correctly --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
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.
Summary
mise run fix/mise run lintcommands for quick reference[renovate]link referenceRelated
Test plan