Setting up linters for project before evaluate

This commit is contained in:
Kirill Nayduik 2022-02-13 20:52:11 +03:00
parent 082fc9a719
commit f639e34579
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()) }
}