Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Detekt Checks to CI Build #210

Closed
ksharma-xyz opened this issue Oct 19, 2024 · 2 comments · Fixed by #241
Closed

Add Detekt Checks to CI Build #210

ksharma-xyz opened this issue Oct 19, 2024 · 2 comments · Fixed by #241
Assignees
Labels
improvement To improve the current code quality

Comments

@ksharma-xyz
Copy link
Owner

Description

We need to integrate Detekt static code analysis checks into our CI build process. This will help ensure code quality and maintainability by automatically detecting potential issues in our Kotlin codebase.

Tasks

  • Add Detekt configuration to the project.
  • Update CI configuration to run Detekt checks during the build process.
  • Ensure that the build fails if Detekt finds any issues.
  • Document the Detekt setup and how to run it locally in the project README.

Additional Context

Refer to the Detekt documentation for setup and configuration details.

@ksharma-xyz ksharma-xyz added the improvement To improve the current code quality label Oct 19, 2024
@ksharma-xyz ksharma-xyz self-assigned this Oct 19, 2024
@ksharma-xyz
Copy link
Owner Author

Need to fix ongoing detekt issues which are currently a lot. Should have enforced this at the beginning. For now taking positive attitude and interesting to know what kind of issues come up commonly.

@ksharma-xyz
Copy link
Owner Author

#241

@ksharma-xyz ksharma-xyz linked a pull request Oct 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement To improve the current code quality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant