From eb7c335f9e4b5df050a46815e9cd8ca025579d4a Mon Sep 17 00:00:00 2001 From: schalkms <30376729+schalkms@users.noreply.github.com> Date: Thu, 2 Jun 2022 00:00:56 +0200 Subject: [PATCH] Reformat Markdown files to comply with the spec (#4891) --- .github/CONTRIBUTING.md | 28 +++++++++++----------- website/docs/introduction/compatibility.md | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e16cbf9aa0e..05e319e085d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -125,20 +125,20 @@ the detailed description of the rule. ```kotlin /** - * Summary of the violation that this rule is concerned with, - * potentially extended by a brief description on why it is - * bad practice and what is usually done to eliminate it. - * - * Add more details if applicable... - * - * - * // add the non-compliant code example here - * - * - * - * // add the compliant code example here - * - */ + * Summary of the violation that this rule is concerned with, + * potentially extended by a brief description on why it is + * bad practice and what is usually done to eliminate it. + * + * Add more details if applicable... + * + * + * // add the non-compliant code example here + * + * + * + * // add the compliant code example here + * + */ class SomeRule(config: Config = Config.empty) : Rule(config) { } diff --git a/website/docs/introduction/compatibility.md b/website/docs/introduction/compatibility.md index eef0b87ff3f..41e868bc318 100644 --- a/website/docs/introduction/compatibility.md +++ b/website/docs/introduction/compatibility.md @@ -27,7 +27,7 @@ The following table lists the version of the Gradle plugin we used to compile th Consider **aligning** your Gradle plugin versions with the one listed below, as we can offer better support on Issues and Discussions for the listed versions of those tools. | Detekt Version | Gradle Version | Kotlin Version | AGP Version | Java Target Level | JDK Version | -| -------------- | -------------- | -------------- | ----------- | ----------------- | ----------- | +|----------------|----------------|----------------|-------------|-------------------|-------------| | `1.20.0` | `7.4.2` | `1.6.20` | `7.1.3` | `1.8` | `17` | | `1.19.0` | `7.3.0` | `1.5.31` | `4.2.2` | `1.8` | `17` | | `1.18.0` | `7.0.1` | `1.5.21` | `4.2.0` | `1.8` | `16` |