saveourtool/diktat

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

Offen

#1.026 geöffnet am 06.08.2021

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (40 Forks)github user discovery
enhancementgood first issuehelp wantedneededplugins

Repository-Metriken

Stars
 (571 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide