From 323b8d6c5e20ee5a8265a38c4def1446edccb447 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Thu, 10 May 2018 17:19:40 -0700 Subject: [PATCH] Added link to mcassiano/ktlint-html-reporter --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fff9d82ec3..b93e2db0f4 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,10 @@ a custom [ReporterProvider](ktlint-core/src/main/kotlin/com/github/shyiko/ktlint To load a custom (3rd party) reporter use `ktlint --reporter=name,artifact=groupId:artifactId:version` / `ktlint --reporter=name,artifact=/path/to/custom-ktlint-reporter.jar` (see `ktlint --help` for more). - + +Third-party: +* [mcassiano/ktlint-html-reporter](https://github.com/mcassiano/ktlint-html-reporter) + ## Badge [![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)