From 0c0a2a9956bf54bfaa99e97843498aeea95a631b Mon Sep 17 00:00:00 2001 From: Petro Tiurin Date: Thu, 13 Jan 2022 17:01:34 +0000 Subject: [PATCH 1/2] fix: Moving sonar properties to a file --- sonar-project.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000000..2e34e47e198 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,3 @@ +sonar.projectKey=firebolt-db_firebolt-python-sdk +sonar.organization=firebolt-db +sonar.sources=src \ No newline at end of file From eb210f47f38819a799ee2ca496eca00a0ef9999c Mon Sep 17 00:00:00 2001 From: Petro Tiurin Date: Thu, 13 Jan 2022 17:04:52 +0000 Subject: [PATCH 2/2] add newline --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 2e34e47e198..7ba7a44dbf6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,3 +1,3 @@ sonar.projectKey=firebolt-db_firebolt-python-sdk sonar.organization=firebolt-db -sonar.sources=src \ No newline at end of file +sonar.sources=src