From f845737670c5e1088d092978b3c4f8ae82067a59 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Sat, 28 Oct 2017 17:16:34 +0200 Subject: [PATCH] Doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3aa271d..5fda4838 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ It supports: * [_Checkstyle_](http://checkstyle.sourceforge.net/) * [_Detekt_](https://github.com/arturbosch/detekt) with `--output-format xml`. * [_ESLint_](https://github.com/sindresorhus/grunt-eslint) with `format: 'checkstyle'`. + * [_KTLint_](https://github.com/shyiko/ktlint) * [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) with `phpcs api.php --report=checkstyle`. * [_CLang_](https://clang-analyzer.llvm.org/) * [_RubyCop_](http://rubocop.readthedocs.io/en/latest/formatters/) with `rubycop -f clang file.rb` @@ -63,6 +64,8 @@ It is used by: * [Violation Comments to Bitbucket Server Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-stash-plugin). * [Violation Comments to Bitbucket Server Lib](https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-lib). * [Violation Comments to GitLab Lib](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib). + * [Violation Comments to GitLab Gradle Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin). + * [Violation Comments to GitLab Maven Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin). * [Violation Comments to GitLab Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin). * [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib).