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

[Oztechan/TraceFit#10] Detekt Integration and fixing existing errors #39

Merged

Conversation

mustafaozhan
Copy link
Member

Description

Resolves #10

@mustafaozhan mustafaozhan requested a review from a team as a code owner November 9, 2023 22:01
Comment on lines +47 to +49
it.file.relativeTo(projectDir).startsWith(
project.layout.buildDirectory.asFile.get().relativeTo(projectDir)
)

Choose a reason for hiding this comment

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

❓ What exactly should be excluded here?

Copy link
Member Author

Choose a reason for hiding this comment

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

@oanamariabalaita it is the build directory depend of the gradle module, ksp generates kotlin files and generated code doesn't aligned with detekt standards, so we should exclude them.

@mustafaozhan mustafaozhan changed the title [Oztechan/TraceFit#10] MDetekt Integration and fixing existing errors [Oztechan/TraceFit#10] Detekt Integration and fixing existing errors Nov 10, 2023
@mustafaozhan mustafaozhan merged commit 407df03 into develop Nov 10, 2023
6 checks passed
@mustafaozhan mustafaozhan deleted the 10-Detekt-Integration-and-fixing-existing-errors branch November 10, 2023 17:36
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.

Detekt Integration and fixing existing errors
2 participants