Commit Graph

7 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda f0b786d740 Refine Qodana bootstrap: simplify POSIX-safe chain and suppress command output 2025-11-29 04:26:10 -03:00
Gustavo Henrique Santos Souza de Miranda a55ff88e08 Refine Qodana config: simplify bootstrap logic and improve POSIX compatibility 2025-11-29 04:23:48 -03:00
Gustavo Henrique Santos Souza de Miranda f39c19fb5c Update Qodana config and workflow: simplify linter configuration
- Removed `args` step from workflow; linter is now fully defined in `qodana.yaml` as `qodana-jvm`.
- Switched to canonical linter name in `qodana.yaml` to avoid image warnings and CLI issues.
2025-11-29 04:19:48 -03:00
Gustavo Henrique Santos Souza de Miranda e729ffcd41 Refine Qodana config and workflow: improve bootstrap logic and pass linter image via args
- Updated bootstrap step to support POSIX `sh` compatibility and refine Maven fallback logic.
- Replaced deprecated `image` input with `args` to pass the linter image in the workflow.
2025-11-29 04:17:12 -03:00
Gustavo Henrique Santos Souza de Miranda c6111980f5 Update Qodana config and workflow: refine bootstrap step and specify linter image
- Enhanced bootstrap logic to handle both Maven Wrapper and system Maven, ensuring source generation compatibility.
- Explicitly set `jetbrains/qodana-jvm:2025.2` as the linter image in the workflow to suppress warnings.
2025-11-29 04:14:20 -03:00
Gustavo Henrique Santos Souza de Miranda 01364bdc16 Update Qodana config: add bootstrap step and exclude generated sources
- Added bootstrap command to generate sources for import resolution.
- Excluded generated sources from inspections to reduce noise.
2025-11-29 04:09:25 -03:00
Qodana Application 4f3ee4ed74 Add qodana.yaml file 2025-11-25 00:37:03 +00:00