Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertUnsupportedReportFormatSARIF (0.37 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CheckstyleInvoker.groovy

                    if (isSarifRequired) {
                        if (sarifSupported) {
                            formatter(type: 'sarif', toFile: sarifOutputLocation)
                        } else {
                            assertUnsupportedReportFormatSARIF(currentToolVersion)
                        }
                    }
    
                    configProperties.each { key, value ->
                        property(key: key, value: value.toString())
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 22:34:07 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top