saveourtool/diktat
diktat-gradle-plugin shouldn't be using `files` for patterns
オープン
#1,026 opened on 2021/08/06
enhancementgood first issuehelp wantedneededplugins
Repository metrics
- Stars
- (571 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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