Commit Graph

10 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda 48943160f1 Update Qodana workflow: add compile step and include generated sources for resolution
- Introduced a compile step (skipping tests) to prepare classes for import resolution.
- Adjusted `qodana.yaml` to include generated sources instead of excluding them, preventing unresolved imports.
2025-11-29 04:46:17 -03:00
Gustavo Henrique Santos Souza de Miranda 4d6e1cbb3a Disable Qodana bootstrap script to avoid shell parsing issues in CI 2025-11-29 04:36:33 -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 64d6f80267 Update Qodana workflow: add target_ref input for workflow_dispatch runs
- Introduced `target_ref` input to allow specifying a branch, tag, or commit SHA for analysis.
- Adjusted checkout logic to support `workflow_dispatch`, `push`, and `pull_request` events separately.
2025-11-29 03:59:36 -03:00
Gustavo Henrique Santos Souza de Miranda 78f8e08bb9 Improve Qodana workflow: adjust checkout logic and enable PR-specific reporting
- Use separate checkout steps for pull_request events and other event types
- Enable Qodana PR-specific reporting conditionally for pull_request events
2025-11-29 03:54:13 -03:00
Gustavo Henrique Miranda a0bf000edc
Add master branch to workflow triggers 2025-11-29 03:51:09 -03:00
Gustavo Henrique Miranda 37b76d17f4
Add 'develop' branch to Qodana workflow 2025-11-24 22:12:41 -03:00
Qodana Application 41a2b97122 Add github workflow file 2025-11-25 00:37:03 +00:00