Skip to content

Commit

Permalink
fix(design): Fix some code scanning warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Apr 7, 2021
1 parent b797d62 commit cf742d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"hsse-development.gitversionview",
"kisstkondoros.vscode-gutter-preview",
"deltaxml.xslt-xpath",
"eg2.vscode-npm-script",
"eg2.vscode-npm-script"
]
}
10 changes: 5 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"node_modules/": true,
"**/Thumbs.db": true,
"Thumbs.db": true,
"**/.~lock.*": true,
"**/.~lock.*": true
},
"shellcheck.exclude": [
"1017"
],
"[xml]": {
"editor.formatOnSave": false,
"files.trimTrailingWhitespace": false,
"files.insertFinalNewline": false,
"files.insertFinalNewline": false
},
"[xslt]": {
"editor.defaultFormatter": "deltaxml.xslt-xpath",
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": false,
"files.insertFinalNewline": false
},
"XSLT.resources.xsltPackages": [
{
Expand Down Expand Up @@ -72,12 +72,12 @@
"name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/optimizer/OOOptimizer.xslt",
"version": "1.5.0",
"path": "tools/xslt/optimizer/OOOptimizer.xslt"
},
}
],
"[powershell]": {
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.insertFinalNewline": true
},
"editor.folding": true,
"editor.foldingHighlight": true,
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"focus": false,
"echo": true,
"panel": "shared",
"clear": true,
"clear": true
},
"problemMatcher": {
"owner": "custom",
Expand Down Expand Up @@ -92,6 +92,6 @@
"label": "Build Open Office macro libraries containers",
"group": "build",
"command": "Invoke-Build -Task BuildLibContainers -Verbose"
},
}
]
}

0 comments on commit cf742d5

Please sign in to comment.