diff --git a/CHANGELOG.md b/CHANGELOG.md index fff5a9b04a..15f579a300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ Class "org.jetbrains.kotlin.com.intellij.treeCopyHandler" is no longer registere * Build the project with Java 20, run test on Java 8, 11, 17 and 20 ([#1888](https://github.com/pinterest/ktlint/issues/1888)) * Update dependency `io.github.oshai:kotlin-logging-jvm` to `v5.1.0` ([#2174](https://github.com/pinterest/ktlint/pull/2174)) * Update kotlin monorepo to v1.9.0 [#2113](https://github.com/pinterest/ktlint/issues/2113) +* Update integrations doc with TCA [#2191](https://github.com/pinterest/ktlint/pull/2191) ## [0.50.0] - 2023-06-29 diff --git a/documentation/release-latest/docs/install/integrations.md b/documentation/release-latest/docs/install/integrations.md index 80d9ce86ea..355ae1b2dc 100644 --- a/documentation/release-latest/docs/install/integrations.md +++ b/documentation/release-latest/docs/install/integrations.md @@ -220,6 +220,14 @@ See [w0rp/ale](https://github.com/w0rp/ale). The [Mega-Linter](https://nvuillam.github.io/mega-linter/) integrates 70+ linters in a single tool for CI, including **ktlint** activated out of the box +## [TCA](http://tca.tencent.com/) integration + +[Tencent Cloud Code Analysis](http://tca.tencent.com/) (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages. + +* Homepage: [http://tca.tencent.com/](http://tca.tencent.com/) +* Source code: [https://github.com/Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis) +* Documentation: [https://tencent.github.io/CodeAnalysis](https://tencent.github.io/CodeAnalysis) + ## Other integration Do you know any other integration with `ktlint` then please create a PR to add this integration to our documentation. diff --git a/documentation/snapshot/docs/install/integrations.md b/documentation/snapshot/docs/install/integrations.md index 80d9ce86ea..355ae1b2dc 100644 --- a/documentation/snapshot/docs/install/integrations.md +++ b/documentation/snapshot/docs/install/integrations.md @@ -220,6 +220,14 @@ See [w0rp/ale](https://github.com/w0rp/ale). The [Mega-Linter](https://nvuillam.github.io/mega-linter/) integrates 70+ linters in a single tool for CI, including **ktlint** activated out of the box +## [TCA](http://tca.tencent.com/) integration + +[Tencent Cloud Code Analysis](http://tca.tencent.com/) (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages. + +* Homepage: [http://tca.tencent.com/](http://tca.tencent.com/) +* Source code: [https://github.com/Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis) +* Documentation: [https://tencent.github.io/CodeAnalysis](https://tencent.github.io/CodeAnalysis) + ## Other integration Do you know any other integration with `ktlint` then please create a PR to add this integration to our documentation.