From 98ad5a3a738d6383a99004cc72ba3b256d29581f Mon Sep 17 00:00:00 2001 From: Nigel Hughes Date: Wed, 1 May 2024 20:09:47 +0100 Subject: [PATCH] demo settings --- .github/workflows/main.yml | 2 +- .vscode/settings.json | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f84f872..80297bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: # sf code scanner - name: run sf scanner - run: sf scanner:run --target force-app -f table -s 2 --normalize-severity + run: sf scanner:run --target force-app -f table -s 3 --normalize-severity # Authorise devhub - name: Autenticate DevHub diff --git a/.vscode/settings.json b/.vscode/settings.json index 5ea49b3..94d09f5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,16 @@ { - "search.exclude": { - "**/node_modules": true, - "**/bower_components": true, - "**/.sfdx": true - }, - "editor.formatOnSave": true, - "files.autoSave": "onFocusChange", - "prettier.useTabs": true, - "prettier.tabWidth": 4, -"editor.detectIndentation": false, -"editor.insertSpaces": true, -"apexPMD.runOnFileOpen": true, -"apexPMD.priorityErrorThreshold": 2, -"apexPMD.priorityWarnThreshold": 4 -} + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "**/.sfdx": true + }, + "editor.formatOnSave": true, + "files.autoSave": "onFocusChange", + "prettier.useTabs": true, + "prettier.tabWidth": 4, + "editor.detectIndentation": false, + "editor.insertSpaces": true, + "apexPMD.runOnFileOpen": true, + "apexPMD.priorityErrorThreshold": 2, + "apexPMD.priorityWarnThreshold": 4 +} \ No newline at end of file