You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
Additional Context
Refer to the Detekt documentation for setup and configuration details.
The text was updated successfully, but these errors were encountered: