We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41eefaf commit 03f7e37Copy full SHA for 03f7e37
gradle.properties
@@ -1,5 +1,6 @@
1
VERSION_NAME=0.42.0-SNAPSHOT
2
3
+
4
POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.
5
6
POM_URL=https://github.com/pinterest/ktlint
ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt
@@ -10,7 +10,6 @@ import org.junit.Test
10
11
class SarifReporterTest {
12
13
- @Ignore("https://github.com/pinterest/ktlint/issues/1191")
14
@Test
15
fun testReportGeneration() {
16
val workingDirectory = System.getProperty("user.home").sanitize()
0 commit comments