From 7d2f4b16aee2784fdea8283b72584b077706ee06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 21 Sep 2021 16:57:47 +0200 Subject: [PATCH] docs: add gitlab compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f06de2d..7dc175e 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,7 @@ Comments added to GitLab will appear as owned by the user associated to the GitL The simplest and recommended way to configure other SonarQube [analysis arguments](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) (and even [language specific args](https://docs.sonarqube.org/latest/analysis/languages/overview/)) is to use a `sonar-project.properties` file at the root of your repository. + +## Gitlab compatibility + +:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11 -- GitLab