mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Feat: Automatically link automation test cases to /tmp/lint by default
This commit is contained in:
parent
a2cf5c6437
commit
9ce962cf69
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"rogalmic.bash-debug"
|
||||
]
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Uncomment the next line to run commands after the container is created - for example installing curl.
|
||||
// "postCreateCommand": "apt-get update && apt-get install -y curl",
|
||||
"postCreateCommand": "ln -s /workspaces/super-linter/.automation/test /tmp/lint",
|
||||
|
||||
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
|
||||
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
|
||||
|
|
Loading…
Reference in a new issue