Skip to content

Commit

Permalink
(WIP) try kts with semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 14, 2025
1 parent 2197ab2 commit c95c6b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class KotlinGradleSensor(
sensorContext, filesToAnalyze, progressReport, listOf(KtChecksVisitor(checks)), filenames, LOG
) {
override val bindingContext: BindingContext = BindingContext.EMPTY
override val doResolve: Boolean = false
// TODO due to use of predictRuntimeStringValue
override val doResolve: Boolean = System.getProperty("sonar.kotlin.ktsSema") == "true"
}

override fun getFilesToAnalyse(sensorContext: SensorContext): Iterable<InputFile> {
Expand Down

0 comments on commit c95c6b9

Please sign in to comment.