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

Ignore .kts file when looking for sources #1043

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Oct 30, 2024

kts files are typically not compiled into a .class file, ignore them when looking for uncompiled projects

This should fix #1037

kts files are typically not compiled into a .class file, ignore them
when looking for uncompiled projects
@gtoison gtoison merged commit 454a950 into spotbugs:master Oct 30, 2024
5 checks passed
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.

FindBugs scanner complains with only a Kotlin DSL Gradle build script in the sources
1 participant