From 2885b39933353c46a7007821f4ca50f655c848d1 Mon Sep 17 00:00:00 2001 From: ffriedl89 Date: Wed, 21 Feb 2024 15:37:26 +0100 Subject: [PATCH] chore: Remove sonar due to added maintenance efforts. --- .circleci/config.yml | 19 ------------------- sonar-project.properties | 15 --------------- 2 files changed, 34 deletions(-) delete mode 100644 sonar-project.properties diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cfde5366b..ecab8eff2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,6 @@ version: 2.1 orbs: - sonarcloud: sonarsource/sonarcloud@1.0.1 snyk: snyk/snyk@1.1.2 nx: nrwl/nx@1.1.1 # win: circleci/windows@2.2.0 @@ -138,19 +137,6 @@ jobs: root: ~/barista paths: - . - - # - sonar checks - sonar: - executor: buildpack - environment: - # - sonar needs more memory for the scanner run if a LOT of files are changed - SONAR_SCANNER_OPTS: -Xmx1024m - steps: - - skip_for_forked_pull_requests - - attach_workspace: - at: ~/barista - - sonarcloud/scan - # - snyk security checks security-checks: executor: buildpack @@ -353,11 +339,6 @@ workflows: context: barista requires: - install - - sonar: - # SONAR_TOKEN is needed for sonar cloud checks - context: barista - requires: - - install # - security-checks: # # SNYK_TOKEN is needed for security checking # context: barista diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index cb808563e7..0000000000 --- a/sonar-project.properties +++ /dev/null @@ -1,15 +0,0 @@ -sonar.projectKey=dynatrace-oss_barista -sonar.organization=dynatrace-oss - -# This is the name and version displayed in the SonarCloud UI. -sonar.projectName=Barista -sonar.projectVersion=1.0 - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=. - -# Encoding of the source code. Default is default system encoding -sonar.sourceEncoding=UTF-8 - -# Exlcuding the files for the schematics to avoid sonar errors -sonar.exclusions=tools/generators/**