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
-**IMPORTANT**: Always run `mise run build` after modifying Java files to ensure all lints, code formatting (Spotless), static analysis (Error Prone), and checkstyle checks pass
82
-
-**IMPORTANT**: Always run `mise run lint:super-linter` after modifying non-Java files (YAML, Markdown, shell scripts, JSON, etc.)
83
-
- Super-linter is configured to only show ERROR-level messages via `LOG_LEVEL=ERROR` in `.github/super-linter.env`
84
-
- Local super-linter version is pinned to match CI (see `.mise/tasks/lint/super-linter.sh`)
82
+
**CRITICAL**: These checks MUST be run before creating any commits. CI will fail if these checks fail.
83
+
84
+
### Java Files
85
+
86
+
-**ALWAYS** run `mise run build` after modifying Java files to ensure:
87
+
- Code formatting (Spotless with Google Java Format)
0 commit comments