saveourtool/diktat
diktat-gradle-plugin shouldn't be using `files` for patterns
Open
#1,026 opened on Aug 6, 2021
enhancementgood first issuehelp wantedneededplugins
Repository metrics
- Stars
- (571 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Either specify fileTree with wildcards and use files resolved by gradle
or use special gradle class PatternFilterable for this
or specify globs as string and feed them to ktlint
or detect kotlin plugin and use sources directly