Merge branch 'master' into clem.pmd7-refactor-cpd

This commit is contained in:
Clément Fournier
2023-05-26 11:59:05 +02:00
136 changed files with 5166 additions and 2171 deletions

View File

@@ -241,7 +241,7 @@ abstract class BaseParsingHelper<Self : BaseParsingHelper<Self, T>, T : RootNode
suppressMarker = params.suppressMarker
forceLanguageVersion = defaultVersion
isIgnoreIncrementalAnalysis = true
threads = 1
threads = 0 // don't use separate threads for rule execution
}
return PmdAnalysis.create(config).use { pmd ->