saveourtool/diktat
diktat-gradle-plugin shouldn't be using `files` for patterns
开放
#1,026 创建于 2021年8月6日
enhancementgood first issuehelp wantedneededplugins
仓库指标
- 星标
- (571 个星标)
- PR 合并指标
- (30 天内没有已合并 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