From 680dfd713d0a2585d626ca1563861b6ff58bad70 Mon Sep 17 00:00:00 2001 From: beomWhale Date: Wed, 17 Aug 2022 12:42:16 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20sonar-project.properties=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/sonar-project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/sonar-project.properties b/frontend/sonar-project.properties index ce412431f..e82f690d5 100644 --- a/frontend/sonar-project.properties +++ b/frontend/sonar-project.properties @@ -1,7 +1,5 @@ -sonar.projectName=2022-gong-check-front # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=./src # Sonar to analysis language sonar.language=js,jsx,ts,tsx @@ -10,3 +8,4 @@ sonar.typescript.file.suffixes=.ts,.tsx # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8 +sonar.projectKey=woowacourse-teams_2022-gong-seek_AYKp3pECS_3Pe1LEsoMo