Skip to content

18-add-an-action-to-qodana-code-check#36

Open
silrenan wants to merge 1 commit intomainfrom
18-add-an-action-to-qodana-code-check
Open

18-add-an-action-to-qodana-code-check#36
silrenan wants to merge 1 commit intomainfrom
18-add-an-action-to-qodana-code-check

Conversation

@silrenan
Copy link
Copy Markdown
Collaborator

@silrenan silrenan commented Jun 2, 2025

@silrenan silrenan requested a review from pedr0limpio June 2, 2025 15:53
@silrenan silrenan linked an issue Jun 2, 2025 that may be closed by this pull request
@silrenan silrenan self-assigned this Jun 2, 2025
@silrenan silrenan added the enhancement New feature or request label Jun 2, 2025
@silrenan silrenan removed the request for review from pedr0limpio June 2, 2025 15:56
@silrenan silrenan requested a review from pedr0limpio June 3, 2025 16:28
This commit consolidates multiple improvements to the Qodana GitHub Actions workflow:
- Replaces Qodana action with direct Docker run for flexibility
- Logs Qodana output and lists results directory
- Updates artifact upload actions and summary formatting
- Adds workflow_dispatch trigger and linter configuration

Signed-off-by: sirenan <75952546+silrenan@users.noreply.github.com>
@silrenan silrenan force-pushed the 18-add-an-action-to-qodana-code-check branch from c0fd557 to 7e84984 Compare June 4, 2025 12:50
@Transactional
public Task editById(int id, Task taskFor) { //TODO[#4]: Implement the editById(int id, Task taskFor) method to update a task
// Intentional unused variable for Qodana test
String unusedQodanaTest = "This variable is not used";
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in the test class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an action to qodana code check

2 participants