feat: add standalone Checkstyle, dotenv, and kube linting - #430
Closed
zeitlinger wants to merge 1 commit into
Closed
feat: add standalone Checkstyle, dotenv, and kube linting#430zeitlinger wants to merge 1 commit into
zeitlinger wants to merge 1 commit into
Conversation
zeitlinger
force-pushed
the
codex/flint-v2-mise-compat
branch
from
July 23, 2026 09:27
2eabd73 to
ef79e90
Compare
zeitlinger
force-pushed
the
codex/flint-v2-linter-capabilities
branch
from
July 23, 2026 09:31
21e7bd6 to
4f127d1
Compare
zeitlinger
force-pushed
the
codex/flint-v2-mise-compat
branch
from
July 24, 2026 08:05
ef79e90 to
3aadccc
Compare
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
force-pushed
the
codex/flint-v2-linter-capabilities
branch
from
July 24, 2026 12:26
4f127d1 to
e9b657d
Compare
This was referenced Jul 24, 2026
Member
Author
|
Split into three focused draft PRs for easier review:
|
zeitlinger
added a commit
that referenced
this pull request
Jul 27, 2026
Blocked by #447 ## Summary - add standalone Checkstyle support using the curated JAR and Java runtime - treat Checkstyle warning/error output as a failed check - add generated documentation, tool pins, and focused end-to-end cases Split from #430 so the Checkstyle integration can be reviewed independently. ## Validation - `mise run generate` - `mise run lint:fix` - `mise exec -- cargo test` --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
added a commit
that referenced
this pull request
Jul 27, 2026
## Summary - add report-only kube-linter support for explicitly selected Kubernetes manifests - default to conventional Kubernetes directories while excluding unrelated YAML and Compose files - add configuration support, generated documentation, tool pins, and focused tests Split from #430 so the kube-linter integration can be reviewed independently. ## Validation - `mise run generate` - `mise run lint:fix` - `mise exec -- cargo test` Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
added a commit
that referenced
this pull request
Jul 27, 2026
## Summary - add dotenv-linter checking for explicit `.env`-style files - add serialized fixing without backup files or secret-bearing output - add generated documentation, tool pins, and focused end-to-end cases Split from #430 so the dotenv-linter integration can be reviewed independently. ## Validation - `mise run generate` - `mise run lint:fix` - `mise exec -- cargo test` --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> Co-authored-by: Martin Costello <martin@martincostello.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.
Blocked by #429
Summary
Stacked on the mise registry compatibility PR. This PR does not change a consumer repository yet.
Validation
cargo fmt --all -- --checkmise exec -- cargo clippy --all-targets -- -D warningsmise exec -- cargo test --bin flint(293 passed; local test used a temporary no-opdotnetexecutable)FLINT_CASES=checkstyle cargo test -q --test e2e casesFLINT_CASES=dotenv-linter cargo test -q --test e2e casesFLINT_CASES=kube-linter cargo test -q --test e2e casesmise run generatemise run lint:fix