From b775938cd03820c5ac2909447b4ef919e6127702 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Fri, 17 Mar 2023 11:12:35 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 926a98d..ede084a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: from_secret: SONAR_TOKEN settings: sources: ./Sources/bowlin_project - exclusions: '**/*.java' + exclusions: 'Sources/API/**' commands: - export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux