From 9bc4138d83704f868776a1b4c4f754159c73b616 Mon Sep 17 00:00:00 2001 From: mononoke Date: Mon, 13 Jun 2022 09:28:18 +0800 Subject: [PATCH] Remove SC directory for properties --- .../properties/sonarcloud.properties.json | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/properties/sonarcloud.properties.json diff --git a/.github/workflows/properties/sonarcloud.properties.json b/.github/workflows/properties/sonarcloud.properties.json deleted file mode 100644 index f667d3a..0000000 --- a/.github/workflows/properties/sonarcloud.properties.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "SonarCloud", - "creator": "Sonar", - "description": "Static analysis of code for vulnerability detection, covering 26+ languages. Start cleaning your code in minutes!", - "iconName": "sonarcloud", - "categories": [ - "Code Scanning", - "abap", - "apex", - "c", - "cobol", - "cpp", - "cloudformation", - "csharp", - "css", - "flex", - "go", - "java", - "javascript", - "kotlin", - "objectivec", - "php", - "plsql", - "ruby", - "scala", - "swift", - "terraform", - "tsql", - "typescript", - "vb", - "vba", - "xml" - ] -}