From 8a55fb5b3d6f88bbbf4e28998754d2dbfe36f1f7 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 7 Feb 2022 21:08:06 +0700 Subject: [PATCH] chore: sonar ignore cli internal --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index ba9aeba..02a4ce1 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.projectKey=haunt98_changeloguru sonar.projectName=changeloguru sonar.sources=. -sonar.exclusions=**/*_test.go,**/main.go +sonar.exclusions=**/*_test.go,**/main.go,**/cli/** sonar.tests=. sonar.test.inclusions=**/*_test.go