From 8bfcd59058c7eaab02bf3ab51d4687259c05f17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Mon, 13 Mar 2023 21:26:35 +0000 Subject: [PATCH] chore(r2devops): add r2.yml file [skip ci] --- SonarQube.r2.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SonarQube.r2.yml diff --git a/SonarQube.r2.yml b/SonarQube.r2.yml new file mode 100644 index 0000000..e487cc3 --- /dev/null +++ b/SonarQube.r2.yml @@ -0,0 +1,13 @@ +files: + template: ./templates/gitlab-ci-sonar.yml + documentation: ./README.md + changelog: ./CHANGELOG.md +data: + description: "Continuously inspect your codebase with SonarQube" + public: true + labels: + - to be continuous + - SonarQube + - Code Quality + license: LGPL v3 + deprecated: false \ No newline at end of file -- GitLab