Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for StatementSwitchToExpressionSwitch (0.25 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts

        objects.listProperty<String>(),
        objects.property<Boolean>()
    ).apply {
        disabledChecks.addAll(
            // ENABLE
            "PatternMatchingInstanceof", // We should enable this.
            "StatementSwitchToExpressionSwitch", // We should enable this.
            "StringConcatToTextBlock", // We should enable this.
            "ClassCanBeStatic", // We should enable this.
    
            // DISCUSS
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:47:14 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top