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

temporarily use base directory as source for detekt type resolution #576

Merged

Conversation

worstell
Copy link
Contributor

@worstell worstell commented Nov 9, 2023

for now, we can use the entire base directory as the input source for detekt type resolution. i've submitted a change against the detekt-maven-plugin we're using that will allow us to specify multiple input sources. once this goes through we can be more granular to explicitly use the source directory plus generated sources with the following config:
<input>${project.basedir}/src/main/kotlin,${project.build.directory}/generated-sources/ftl</input>

@worstell worstell merged commit 089808c into main Nov 9, 2023
@worstell worstell deleted the worstell/20231109-fix-detekt-type-resolution-sources branch November 9, 2023 17:08
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