Skip to content

Commit

Permalink
demo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhu committed May 1, 2024
1 parent 4ca2e55 commit 98ad5a3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 15 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 98ad5a3

Please sign in to comment.