Skip to content

fix: Add pre-commit to circle ci pipeline#863

Closed
CagriYonca wants to merge 2 commits intomainfrom
fix/pre-commit-job
Closed

fix: Add pre-commit to circle ci pipeline#863
CagriYonca wants to merge 2 commits intomainfrom
fix/pre-commit-job

Conversation

@CagriYonca
Copy link
Copy Markdown
Contributor

No description provided.

@sonarqubecloud
Copy link
Copy Markdown

Signed-off-by: Cagri Yonca <cagri@ibm.com>
Signed-off-by: Cagri Yonca <cagri@ibm.com>
@CagriYonca CagriYonca marked this pull request as ready for review April 13, 2026 10:54
@CagriYonca CagriYonca requested a review from a team as a code owner April 13, 2026 10:54
Copy link
Copy Markdown
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

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

IMHO, the main goal of pre-commit is to run before you commit locally during your development to fix all missed project practices. I don't see any value in doing that in the CI pipeline.

If you want to validate the project rules for a PR, I suggest you create a GitHub Action to execute Ruff, pointing out the necessary errors (like SonarQube does), and blocking the merging. I started something before here that you can use as a source.

@CagriYonca CagriYonca closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants