Skip to content

Commit 4bfe77a

Browse files
committed
test check
1 parent 41f375f commit 4bfe77a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Lint check
2424
uses: musichin/ktlint-check@v2
2525
with:
26-
ktlint-version: 0.48.2
26+
ktlint-version: 0.49.0
2727

2828
- name: Build with Gradle
2929
run: ./gradlew build

src/main/kotlin/de/musichin/ktlint/reporter/github/GitHubReporter.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import com.pinterest.ktlint.cli.reporter.core.api.KtlintCliError.Status.FORMAT_I
55
import com.pinterest.ktlint.cli.reporter.core.api.ReporterV2
66
import java.io.PrintStream
77

8+
89
class GitHubReporter(
910
private val out: PrintStream,
1011
val level: Level = Level.ERROR,
@@ -27,4 +28,4 @@ class GitHubReporter(
2728
.replace("\r", "%0D")
2829
.replace("\n", "%0A")
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)