mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Minor refinements
This commit is contained in:
parent
90a1f525b0
commit
9bce2fecb9
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
// "forwardPorts": [],
|
||||
|
||||
// Uncomment the next line to run commands after the container is created - for example installing curl.
|
||||
"postCreateCommand": "ln -s /workspaces/super-linter/.automation/test /tmp/lint",
|
||||
//"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" ],
|
||||
|
|
2
.vscode/testlinter.sh
vendored
2
.vscode/testlinter.sh
vendored
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
#At this point you can use the debug console to add export GITHUB_WORKSPACE=/path to test only a specific folder
|
||||
#You can also use ln -s /path /tmp/lint as an alternative
|
||||
export RUN_LOCAL=true
|
||||
/workspaces/super-linter/lib/linter.sh
|
Loading…
Reference in a new issue