Skip to content

Commit 03f7e37

Browse files
committed
unignore
1 parent 41eefaf commit 03f7e37

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
VERSION_NAME=0.42.0-SNAPSHOT
22

3+
34
POM_DESCRIPTION=An anti-bikeshedding Kotlin linter with built-in formatter.
45

56
POM_URL=https://github.com/pinterest/ktlint

ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import org.junit.Test
1010

1111
class SarifReporterTest {
1212

13-
@Ignore("https://github.com/pinterest/ktlint/issues/1191")
1413
@Test
1514
fun testReportGeneration() {
1615
val workingDirectory = System.getProperty("user.home").sanitize()

0 commit comments

Comments
 (0)