mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Fix launch directory
This commit is contained in:
parent
068cb76a3f
commit
8ae413536b
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -9,7 +9,7 @@
|
||||
"CXXFLAGS='-g -O0'"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/tests"
|
||||
"cwd": "${workspaceRoot}/build/tests"
|
||||
},
|
||||
"group": {
|
||||
"kind": "build",
|
||||
@ -40,7 +40,7 @@
|
||||
"label": "clang-tidy",
|
||||
"command": "clang-tidy",
|
||||
"args": [
|
||||
"--checks=*,-modernize-use-trailing-return-type,-modernize-avoid-c-arrays,-llvm*,-fuchsia-*",
|
||||
"--checks=*,-modernize-use-trailing-return-type,-modernize-avoid-c-arrays,-llvm*,-fuchsia-*,-altera-*",
|
||||
"-header-filter=./*",
|
||||
"examples/elfdump/elfdump.cpp",
|
||||
"--",
|
||||
|
Loading…
Reference in New Issue
Block a user