You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Add `lint:spotless` task for Java format checking
- Add `lint:fast` grouping task (super-linter + links + bom +
example-poms + spotless)
- Add `native-lint` meta-task (`NATIVE=true`, no container needed)
- Switch `pre-commit` to `NATIVE=true mise run lint:fast`
## Blocked on
- grafana/flint#107 — `NATIVE` env var support
for `lint:super-linter`
- grafana/flint#112 — v8.5.0 version mapping for
`setup:native-lint-tools`
After those merge, update the flint SHA in `mise.toml`.
## Test plan
- [ ] `mise run native-lint` passes after flint update
- [ ] `mise run lint` still works in CI (container mode)
- [ ] Pre-commit hook works with native linting
---------
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
0 commit comments