saveourtool/diktat

diktat-gradle-plugin shouldn't be using `files` for patterns

开放

#1,026 创建于 2021年8月6日

 (2 条评论) (0 个反应) (0 位负责人)Kotlin (40 个派生)github user discovery
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

贡献者指南