diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 48a0b66a..b3259b1f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ], diff --git a/.vscode/testlinter.sh b/.vscode/testlinter.sh index 464c420e..1bc56ad8 100644 --- a/.vscode/testlinter.sh +++ b/.vscode/testlinter.sh @@ -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 \ No newline at end of file