From eb19c3f2e94daf67145c08996e66484ac8b383a3 Mon Sep 17 00:00:00 2001 From: ybchar Date: Sun, 10 Dec 2023 23:26:27 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20error=20=ED=8C=A8=ED=82=A4=EC=A7=80?= =?UTF-8?q?=20sonarcloud=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1bf49c06..55b9a20e 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,8 @@ def jacocoExcludePatterns = [ "**/*Resolver*", "**/*Entity*", "**/test/**", - "**/resources/**" + "**/resources/**", + "**/error/**" ] sonar { From e64122b9e5a1804d921ab24186ff4a51f696e990 Mon Sep 17 00:00:00 2001 From: ybchar Date: Mon, 11 Dec 2023 20:18:15 +0900 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20lombok.config=EB=A1=9C=20lombok=20an?= =?UTF-8?q?notation=20scope=20exclusions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lombok.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 lombok.config diff --git a/lombok.config b/lombok.config new file mode 100644 index 00000000..7a21e880 --- /dev/null +++ b/lombok.config @@ -0,0 +1 @@ +lombok.addLombokGeneratedAnnotation = true From 506004c436adaf2c7ae0d6c941bb0fa71500c147 Mon Sep 17 00:00:00 2001 From: ybchar Date: Mon, 11 Dec 2023 20:18:47 +0900 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20Error=20=ED=8C=8C=EC=9D=BC=EB=AA=85?= =?UTF-8?q?=20sonarcloud=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 55b9a20e..d50a0c3c 100644 --- a/build.gradle +++ b/build.gradle @@ -66,6 +66,7 @@ def jacocoExcludePatterns = [ "**/*Entity*", "**/test/**", "**/resources/**", + "**/*Error*/**", "**/error/**" ] From 15afe88ebac4fbeb99f721dcc7c09005146b2d3d Mon Sep 17 00:00:00 2001 From: ybchar Date: Mon, 11 Dec 2023 23:20:32 +0900 Subject: [PATCH 4/4] =?UTF-8?q?fix:=20config=20=EA=B2=BD=EB=A1=9C=20sonarc?= =?UTF-8?q?loud=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d50a0c3c..1e1dec12 100644 --- a/build.gradle +++ b/build.gradle @@ -64,10 +64,11 @@ def jacocoExcludePatterns = [ "**/*Filter*", "**/*Resolver*", "**/*Entity*", + "**/*Error*/**", "**/test/**", "**/resources/**", - "**/*Error*/**", - "**/error/**" + "**/error/**", + "**/config/**" ] sonar {