-- paging

-- staticAnalysis
This commit is contained in:
Ekaterina 2022-04-12 17:09:37 +03:00
parent cd82b034ed
commit 55d18e8e6e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ abstract class StaticAnalysisPlugin : Plugin<Project> {
val linters = createLinters()
afterEvaluate {
beforeEvaluate {
linters.forEach { it.setupForProject(target, extensions.getByType()) }
}