saveourtool/diktat

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

Aberta

#1.026 aberto em 6 de ago. de 2021

 (2 comentários) (0 reação) (0 responsável)Kotlin (40 forks)github user discovery
enhancementgood first issuehelp wantedneededplugins

Métricas do repositório

Stars
 (571 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador