-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
detektMain is noisy "Ignoring a file detekt cannot handle" #3019
Comments
Similar warnings with classpath entries:
|
detekt/detekt-gradle-plugin/src/main/kotlin/io/gitlab/arturbosch/detekt/internal/DetektJvm.kt Line 27 in 5e03bd9
detekt/detekt-core/src/main/kotlin/io/gitlab/arturbosch/detekt/core/KtTreeCompiler.kt Line 31 in 5a0fe62
We should just pass kotlin files from gradle to core. |
The original issue is still there at 1.16.0-RC2 |
@Jacks0N23 Can you provide a reproducer? Also is the issue happening only with Type Resolution or also with the plain |
I have a production project with many modules
also I saw files from |
Expected Behavior
This kind of messages doesn't appear
Current Behavior
If I run
./gradlew detekt
this messages never appear. But if I run./gradlew detektMain
or./gradlew detektTest
they do appear.Context
Now that we have support to Android variants I'm moving my detekt configuration to use
detektMain
instead ofdetekt
so I can use Type resolutionsThe text was updated successfully, but these errors were encountered: