Skip to content

Commit dd7873e

Browse files
authored
Update plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/reporter/ProblemsApiReporter.kt
Signed-off-by: Jonathan Leitschuh <jonathan.leitschuh@gmail.com>
1 parent e303fb0 commit dd7873e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/reporter/ProblemsApiReporter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal class ProblemsApiReporter @Inject constructor(
2525
}
2626
}
2727

28-
fun reportProblem(error: SerializableLintError, filePath: String, severity: Severity) {
28+
private fun reportProblem(error: SerializableLintError, filePath: String, severity: Severity) {
2929
val reporter: ProblemReporter? = problems.reporter
3030
val id = ProblemId.create(error.ruleId, error.detail, PROBLEM_GROUP)
3131
reporter?.report(id) {

0 commit comments

Comments
 (0)